TestMessageWithCustomOptions$json top-level constant

  1. @Deprecated('Use testMessageWithCustomOptionsDescriptor instead')
Map<String, Object> const TestMessageWithCustomOptions$json

Implementation

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