TestArenaMap$json top-level constant

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

Implementation

@$core.Deprecated('Use testArenaMapDescriptor instead')
const TestArenaMap$json = const {
  '1': 'TestArenaMap',
  '2': const [
    const {
      '1': 'map_int32_int32',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapInt32Int32Entry',
      '10': 'mapInt32Int32'
    },
    const {
      '1': 'map_int64_int64',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapInt64Int64Entry',
      '10': 'mapInt64Int64'
    },
    const {
      '1': 'map_uint32_uint32',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapUint32Uint32Entry',
      '10': 'mapUint32Uint32'
    },
    const {
      '1': 'map_uint64_uint64',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapUint64Uint64Entry',
      '10': 'mapUint64Uint64'
    },
    const {
      '1': 'map_sint32_sint32',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapSint32Sint32Entry',
      '10': 'mapSint32Sint32'
    },
    const {
      '1': 'map_sint64_sint64',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapSint64Sint64Entry',
      '10': 'mapSint64Sint64'
    },
    const {
      '1': 'map_fixed32_fixed32',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapFixed32Fixed32Entry',
      '10': 'mapFixed32Fixed32'
    },
    const {
      '1': 'map_fixed64_fixed64',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapFixed64Fixed64Entry',
      '10': 'mapFixed64Fixed64'
    },
    const {
      '1': 'map_sfixed32_sfixed32',
      '3': 9,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapSfixed32Sfixed32Entry',
      '10': 'mapSfixed32Sfixed32'
    },
    const {
      '1': 'map_sfixed64_sfixed64',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapSfixed64Sfixed64Entry',
      '10': 'mapSfixed64Sfixed64'
    },
    const {
      '1': 'map_int32_float',
      '3': 11,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapInt32FloatEntry',
      '10': 'mapInt32Float'
    },
    const {
      '1': 'map_int32_double',
      '3': 12,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapInt32DoubleEntry',
      '10': 'mapInt32Double'
    },
    const {
      '1': 'map_bool_bool',
      '3': 13,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapBoolBoolEntry',
      '10': 'mapBoolBool'
    },
    const {
      '1': 'map_string_string',
      '3': 14,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapStringStringEntry',
      '10': 'mapStringString'
    },
    const {
      '1': 'map_int32_bytes',
      '3': 15,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapInt32BytesEntry',
      '10': 'mapInt32Bytes'
    },
    const {
      '1': 'map_int32_enum',
      '3': 16,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapInt32EnumEntry',
      '10': 'mapInt32Enum'
    },
    const {
      '1': 'map_int32_foreign_message',
      '3': 17,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestArenaMap.MapInt32ForeignMessageEntry',
      '10': 'mapInt32ForeignMessage'
    },
  ],
  '3': const [
    TestArenaMap_MapInt32Int32Entry$json,
    TestArenaMap_MapInt64Int64Entry$json,
    TestArenaMap_MapUint32Uint32Entry$json,
    TestArenaMap_MapUint64Uint64Entry$json,
    TestArenaMap_MapSint32Sint32Entry$json,
    TestArenaMap_MapSint64Sint64Entry$json,
    TestArenaMap_MapFixed32Fixed32Entry$json,
    TestArenaMap_MapFixed64Fixed64Entry$json,
    TestArenaMap_MapSfixed32Sfixed32Entry$json,
    TestArenaMap_MapSfixed64Sfixed64Entry$json,
    TestArenaMap_MapInt32FloatEntry$json,
    TestArenaMap_MapInt32DoubleEntry$json,
    TestArenaMap_MapBoolBoolEntry$json,
    TestArenaMap_MapStringStringEntry$json,
    TestArenaMap_MapInt32BytesEntry$json,
    TestArenaMap_MapInt32EnumEntry$json,
    TestArenaMap_MapInt32ForeignMessageEntry$json
  ],
};