CountryCode$json top-level constant

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

Implementation

@$core.Deprecated('Use countryCodeDescriptor instead')
const CountryCode$json = const {
  '1': 'CountryCode',
  '2': const [
    const {'1': 'INVALID_COUNTRY_CODE', '2': 0},
    const {'1': 'COUNTRY_CODE_DK', '2': 1},
    const {'1': 'COUNTRY_CODE_FR', '2': 2},
  ],
};