$CountryCodeMap top-level constant

Map<CountryCode, String> const $CountryCodeMap

Implementation

const $CountryCodeMap = {
  CountryCode.us: 'US',
  CountryCode.gb: 'GB',
  CountryCode.es: 'ES',
  CountryCode.nl: 'NL',
  CountryCode.fr: 'FR',
  CountryCode.ie: 'IE',
  CountryCode.ca: 'CA',
  CountryCode.de: 'DE',
  CountryCode.it: 'IT',
  CountryCode.pl: 'PL',
  CountryCode.dk: 'DK',
  CountryCode.no: 'NO',
  CountryCode.se: 'SE',
  CountryCode.ee: 'EE',
  CountryCode.lt: 'LT',
  CountryCode.lv: 'LV'
};