mirror of https://github.com/grpc/grpc-dart.git
20 lines
438 B
Dart
20 lines
438 B
Dart
///
|
|
// Generated code. Do not modify.
|
|
///
|
|
// ignore_for_file: non_constant_identifier_names,library_prefixes
|
|
library helloworld_helloworld_pbjson;
|
|
|
|
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'},
|
|
],
|
|
};
|