TestMap$json top-level constant

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

Implementation

@$core.Deprecated('Use testMapDescriptor instead')
const TestMap$json = const {
  '1': 'TestMap',
  '2': const [
    const {
      '1': 'map_int32_int32',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapInt32Int32Entry',
      '10': 'mapInt32Int32'
    },
    const {
      '1': 'map_int64_int64',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapInt64Int64Entry',
      '10': 'mapInt64Int64'
    },
    const {
      '1': 'map_uint32_uint32',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapUint32Uint32Entry',
      '10': 'mapUint32Uint32'
    },
    const {
      '1': 'map_uint64_uint64',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapUint64Uint64Entry',
      '10': 'mapUint64Uint64'
    },
    const {
      '1': 'map_sint32_sint32',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapSint32Sint32Entry',
      '10': 'mapSint32Sint32'
    },
    const {
      '1': 'map_sint64_sint64',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapSint64Sint64Entry',
      '10': 'mapSint64Sint64'
    },
    const {
      '1': 'map_fixed32_fixed32',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapFixed32Fixed32Entry',
      '10': 'mapFixed32Fixed32'
    },
    const {
      '1': 'map_fixed64_fixed64',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapFixed64Fixed64Entry',
      '10': 'mapFixed64Fixed64'
    },
    const {
      '1': 'map_sfixed32_sfixed32',
      '3': 9,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapSfixed32Sfixed32Entry',
      '10': 'mapSfixed32Sfixed32'
    },
    const {
      '1': 'map_sfixed64_sfixed64',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapSfixed64Sfixed64Entry',
      '10': 'mapSfixed64Sfixed64'
    },
    const {
      '1': 'map_int32_float',
      '3': 11,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapInt32FloatEntry',
      '10': 'mapInt32Float'
    },
    const {
      '1': 'map_int32_double',
      '3': 12,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapInt32DoubleEntry',
      '10': 'mapInt32Double'
    },
    const {
      '1': 'map_bool_bool',
      '3': 13,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapBoolBoolEntry',
      '10': 'mapBoolBool'
    },
    const {
      '1': 'map_string_string',
      '3': 14,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapStringStringEntry',
      '10': 'mapStringString'
    },
    const {
      '1': 'map_int32_bytes',
      '3': 15,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapInt32BytesEntry',
      '10': 'mapInt32Bytes'
    },
    const {
      '1': 'map_int32_enum',
      '3': 16,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapInt32EnumEntry',
      '10': 'mapInt32Enum'
    },
    const {
      '1': 'map_int32_foreign_message',
      '3': 17,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapInt32ForeignMessageEntry',
      '10': 'mapInt32ForeignMessage'
    },
    const {
      '1': 'map_string_foreign_message',
      '3': 18,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapStringForeignMessageEntry',
      '10': 'mapStringForeignMessage'
    },
    const {
      '1': 'map_int32_all_types',
      '3': 19,
      '4': 3,
      '5': 11,
      '6': '.protobuf_unittest.TestMap.MapInt32AllTypesEntry',
      '10': 'mapInt32AllTypes'
    },
  ],
  '3': const [
    TestMap_MapInt32Int32Entry$json,
    TestMap_MapInt64Int64Entry$json,
    TestMap_MapUint32Uint32Entry$json,
    TestMap_MapUint64Uint64Entry$json,
    TestMap_MapSint32Sint32Entry$json,
    TestMap_MapSint64Sint64Entry$json,
    TestMap_MapFixed32Fixed32Entry$json,
    TestMap_MapFixed64Fixed64Entry$json,
    TestMap_MapSfixed32Sfixed32Entry$json,
    TestMap_MapSfixed64Sfixed64Entry$json,
    TestMap_MapInt32FloatEntry$json,
    TestMap_MapInt32DoubleEntry$json,
    TestMap_MapBoolBoolEntry$json,
    TestMap_MapStringStringEntry$json,
    TestMap_MapInt32BytesEntry$json,
    TestMap_MapInt32EnumEntry$json,
    TestMap_MapInt32ForeignMessageEntry$json,
    TestMap_MapStringForeignMessageEntry$json,
    TestMap_MapInt32AllTypesEntry$json
  ],
};