MapType$json top-level constant

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

Implementation

@$core.Deprecated('Use mapTypeDescriptor instead')
const MapType$json = {
  '1': 'MapType',
  '2': [
    {'1': 'MAP_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'MAP_TYPE_NONE', '2': 1},
    {'1': 'MAP_TYPE_GPS', '2': 2},
  ],
};