/// // Generated code. Do not modify. // source: helloworld.proto // // @dart = 2.12 // ignore_for_file: annotate_overrides,camel_case_types,constant_identifier_names,deprecated_member_use_from_same_package,directives_ordering,library_prefixes,non_constant_identifier_names,prefer_final_fields,return_of_invalid_type,unnecessary_const,unnecessary_import,unnecessary_this,unused_import,unused_shown_name import 'dart:core' as $core; import 'dart:convert' as $convert; import 'dart:typed_data' as $typed_data; @$core.Deprecated('Use helloRequestDescriptor instead') const HelloRequest$json = const { '1': 'HelloRequest', '2': const [ const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'}, ], }; /// Descriptor for `HelloRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List helloRequestDescriptor = $convert.base64Decode('CgxIZWxsb1JlcXVlc3QSEgoEbmFtZRgBIAEoCVIEbmFtZQ=='); @$core.Deprecated('Use helloReplyDescriptor instead') const HelloReply$json = const { '1': 'HelloReply', '2': const [ const {'1': 'message', '3': 1, '4': 1, '5': 9, '10': 'message'}, ], }; /// Descriptor for `HelloReply`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List helloReplyDescriptor = $convert .base64Decode('CgpIZWxsb1JlcGx5EhgKB21lc3NhZ2UYASABKAlSB21lc3NhZ2U=');