12345678910111213141516171819202122232425262728293031 |
- ///
- // Generated code. Do not modify.
- // source: msg.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 wSModuleDescriptor instead')
- const WSModule$json = const {
- '1': 'WSModule',
- '2': const [
- const {'1': 'Doc', '2': 0},
- ],
- };
- /// Descriptor for `WSModule`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List wSModuleDescriptor = $convert.base64Decode('CghXU01vZHVsZRIHCgNEb2MQAA==');
- @$core.Deprecated('Use wSMessageDescriptor instead')
- const WSMessage$json = const {
- '1': 'WSMessage',
- '2': const [
- const {'1': 'module', '3': 1, '4': 1, '5': 14, '6': '.WSModule', '10': 'module'},
- const {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
- ],
- };
- /// Descriptor for `WSMessage`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List wSMessageDescriptor = $convert.base64Decode('CglXU01lc3NhZ2USIQoGbW9kdWxlGAEgASgOMgkuV1NNb2R1bGVSBm1vZHVsZRISCgRkYXRhGAIgASgMUgRkYXRh');
|