mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-17 05:26:16 +08:00
29 lines
1.6 KiB
Dart
29 lines
1.6 KiB
Dart
///
|
|
// Generated code. Do not modify.
|
|
// source: Message.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': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
|
|
const {'1': 'action', '3': 2, '4': 1, '5': 9, '10': 'action'},
|
|
const {'1': 'content', '3': 3, '4': 1, '5': 9, '10': 'content'},
|
|
const {'1': 'sender', '3': 4, '4': 1, '5': 9, '10': 'sender'},
|
|
const {'1': 'receiver', '3': 5, '4': 1, '5': 9, '10': 'receiver'},
|
|
const {'1': 'extra', '3': 6, '4': 1, '5': 9, '10': 'extra'},
|
|
const {'1': 'title', '3': 7, '4': 1, '5': 9, '10': 'title'},
|
|
const {'1': 'format', '3': 8, '4': 1, '5': 9, '10': 'format'},
|
|
const {'1': 'timestamp', '3': 9, '4': 1, '5': 3, '10': 'timestamp'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `Model`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List modelDescriptor = $convert.base64Decode('CgVNb2RlbBIOCgJpZBgBIAEoA1ICaWQSFgoGYWN0aW9uGAIgASgJUgZhY3Rpb24SGAoHY29udGVudBgDIAEoCVIHY29udGVudBIWCgZzZW5kZXIYBCABKAlSBnNlbmRlchIaCghyZWNlaXZlchgFIAEoCVIIcmVjZWl2ZXISFAoFZXh0cmEYBiABKAlSBWV4dHJhEhQKBXRpdGxlGAcgASgJUgV0aXRsZRIWCgZmb3JtYXQYCCABKAlSBmZvcm1hdBIcCgl0aW1lc3RhbXAYCSABKANSCXRpbWVzdGFtcA==');
|