andorra top-level constant

Country const andorra

The country of Andorra, and its 7 states

Implementation

const Country andorra = Country(
  id: 6,
  name: "Andorra",
  longitude: 1.5,
  latitude: 42.5,
  capital: "Andorra la Vella",
  currency: "EUR",
  currencySymbol: "€",
  currencyName: "Euro",
  emoji: "🇦🇩",
  emojiU: "U+1F1E6 U+1F1E9",
  iso2: "AD",
  iso3: "AND",
  native: "Andorra",
  numericCode: "020",
  nationality: "Andorran",
  phoneCode: "376",
  region: "Europe",
  subregion: "Southern Europe",
  tld: ".ad",
  states: [
    andorraAndorraLaVella,
    andorraCanillo,
    andorraEncamp,
    andorraEscaldesHypengordany,
    andorraLaMassana,
    andorraOrdino,
    andorraSantJuliaDeLoria
  ],
  timezones: [
    Timezone(
      abbreviation: "CET",
      gmtOffset: 3600,
      gmtOffsetName: "UTC+01:00",
      tzName: "Central European Time",
      zoneName: "Europe/Andorra")
  ],
  translations: {
    "kr": "안도라",
    "pt-BR": "Andorra",
    "pt": "Andorra",
    "nl": "Andorra",
    "hr": "Andora",
    "fa": "آندورا",
    "de": "Andorra",
    "es": "Andorra",
    "fr": "Andorre",
    "ja": "アンドラ",
    "it": "Andorra",
    "cn": "安道尔",
    "tr": "Andorra"
  });