TestServiceBase$messageJson top-level constant

  1. @Deprecated('Use testServiceDescriptor instead')
Map<String, Map<String, dynamic>> const TestServiceBase$messageJson

Implementation

@$core.Deprecated('Use testServiceDescriptor instead')
const $core.Map<$core.String, $core.Map<$core.String, $core.dynamic>> TestServiceBase$messageJson = const {
  '.protobuf_unittest.FooRequest': FooRequest$json,
  '.protobuf_unittest.FooResponse': FooResponse$json,
  '.protobuf_unittest.BarRequest': BarRequest$json,
  '.protobuf_unittest.BarResponse': BarResponse$json,
};