TestMessageWithCustomOptions$json top-level constant
- @Deprecated('Use testMessageWithCustomOptionsDescriptor instead')
Map<String, Object>
const
TestMessageWithCustomOptions$json
Implementation
@$core.Deprecated('Use testMessageWithCustomOptionsDescriptor instead')
const TestMessageWithCustomOptions$json = {
'1': 'TestMessageWithCustomOptions',
'2': [
{
'1': 'field1',
'3': 1,
'4': 1,
'5': 9,
'8': {'1': 1},
'10': 'field1',
},
{'1': 'oneof_field', '3': 2, '4': 1, '5': 5, '9': 0, '10': 'oneofField'},
{'1': 'map_field', '3': 3, '4': 3, '5': 11, '6': '.protobuf_unittest.TestMessageWithCustomOptions.MapFieldEntry', '8': {}, '10': 'mapField'},
],
'3': [TestMessageWithCustomOptions_MapFieldEntry$json],
'4': [TestMessageWithCustomOptions_AnEnum$json],
'7': {'1': false},
'8': [
{'1': 'AnOneof', '2': {}},
],
};