$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.swaggerGeneratedUnknown: ''
};