grpc-dart/example/helloworld/lib/src/generated/helloworld.pbjson.dart

22 lines
516 B
Dart

///
// Generated code. Do not modify.
// source: helloworld.proto
//
// @dart = 2.3
// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
const HelloRequest$json = const {
'1': 'HelloRequest',
'2': const [
const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
const HelloReply$json = const {
'1': 'HelloReply',
'2': const [
const {'1': 'message', '3': 1, '4': 1, '5': 9, '10': 'message'},
],
};