kv.pbjson.dart 953 B

12345678910111213141516171819202122232425
  1. ///
  2. // Generated code. Do not modify.
  3. // source: kv.proto
  4. //
  5. // @dart = 2.12
  6. // 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
  7. import 'dart:core' as $core;
  8. const KeyValue$json = const {
  9. '1': 'KeyValue',
  10. '2': const [
  11. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  12. const {'1': 'str_value', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'strValue'},
  13. const {'1': 'int_value', '3': 3, '4': 1, '5': 3, '9': 1, '10': 'intValue'},
  14. const {'1': 'float_value', '3': 4, '4': 1, '5': 1, '9': 2, '10': 'floatValue'},
  15. const {'1': 'bool_value', '3': 5, '4': 1, '5': 8, '9': 3, '10': 'boolValue'},
  16. ],
  17. '8': const [
  18. const {'1': 'one_of_str_value'},
  19. const {'1': 'one_of_int_value'},
  20. const {'1': 'one_of_float_value'},
  21. const {'1': 'one_of_bool_value'},
  22. ],
  23. };