mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-16 21:16:16 +08:00
36 lines
1.6 KiB
Dart
36 lines
1.6 KiB
Dart
///
|
|
// Generated code. Do not modify.
|
|
// source: ReplyBody.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,deprecated_member_use_from_same_package
|
|
|
|
import 'dart:core' as $core;
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:typed_data' as $typed_data;
|
|
@$core.Deprecated('Use modelDescriptor instead')
|
|
const Model$json = const {
|
|
'1': 'Model',
|
|
'2': const [
|
|
const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
|
|
const {'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'},
|
|
const {'1': 'message', '3': 3, '4': 1, '5': 9, '10': 'message'},
|
|
const {'1': 'timestamp', '3': 4, '4': 1, '5': 3, '10': 'timestamp'},
|
|
const {'1': 'data', '3': 5, '4': 3, '5': 11, '6': '.Model.DataEntry', '10': 'data'},
|
|
],
|
|
'3': const [Model_DataEntry$json],
|
|
};
|
|
|
|
@$core.Deprecated('Use modelDescriptor instead')
|
|
const Model_DataEntry$json = const {
|
|
'1': 'DataEntry',
|
|
'2': const [
|
|
const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
|
|
const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
|
|
],
|
|
'7': const {'7': true},
|
|
};
|
|
|
|
/// Descriptor for `Model`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List modelDescriptor = $convert.base64Decode('CgVNb2RlbBIQCgNrZXkYASABKAlSA2tleRISCgRjb2RlGAIgASgJUgRjb2RlEhgKB21lc3NhZ2UYAyABKAlSB21lc3NhZ2USHAoJdGltZXN0YW1wGAQgASgDUgl0aW1lc3RhbXASJAoEZGF0YRgFIAMoCzIQLk1vZGVsLkRhdGFFbnRyeVIEZGF0YRo3CglEYXRhRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSFAoFdmFsdWUYAiABKAlSBXZhbHVlOgI4AQ==');
|