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': 'code', '3': 1, '4': 1, '5': 14, '6': '.Nuntio.CountryCode', '10': 'code'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  ],
};