CountryCode$json top-level constant
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},
],
};