CountryCodeType$json top-level constant

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

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},
  ],
};