CountryCodeType$json top-level constant
Implementation
@$core.Deprecated('Use countryCodeTypeDescriptor instead')
const CountryCodeType$json = const {
'1': 'CountryCodeType',
'2': const [
const {'1': 'INVALID_COUNTRY', '2': 0},
const {'1': 'COUTRY_DK', '2': 1},
const {'1': 'COUNTRY_NO', '2': 2},
const {'1': 'COUNTRY_DE', '2': 3},
],
};