mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-27 01:10:13 +00:00
26 lines
953 B
Dart
26 lines
953 B
Dart
///
|
|
// Generated code. Do not modify.
|
|
// source: kv.proto
|
|
//
|
|
// @dart = 2.12
|
|
// ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields
|
|
|
|
import 'dart:core' as $core;
|
|
const KeyValue$json = const {
|
|
'1': 'KeyValue',
|
|
'2': const [
|
|
const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
|
|
const {'1': 'str_value', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'strValue'},
|
|
const {'1': 'int_value', '3': 3, '4': 1, '5': 3, '9': 1, '10': 'intValue'},
|
|
const {'1': 'float_value', '3': 4, '4': 1, '5': 1, '9': 2, '10': 'floatValue'},
|
|
const {'1': 'bool_value', '3': 5, '4': 1, '5': 8, '9': 3, '10': 'boolValue'},
|
|
],
|
|
'8': const [
|
|
const {'1': 'one_of_str_value'},
|
|
const {'1': 'one_of_int_value'},
|
|
const {'1': 'one_of_float_value'},
|
|
const {'1': 'one_of_bool_value'},
|
|
],
|
|
};
|
|
|