Country$json top-level constant

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

Implementation

@$core.Deprecated('Use countryDescriptor instead')
const Country$json = const {
  '1': 'Country',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'population', '3': 3, '4': 1, '5': 5, '10': 'population'},
    const {'1': 'langs', '3': 4, '4': 3, '5': 11, '6': '.wikibulary.langs.Country.Lang', '10': 'langs'},
    const {'1': 'maps_geo_admin', '3': 5, '4': 1, '5': 9, '10': 'mapsGeoAdmin'},
  ],
  '3': const [Country_Lang$json],
};