faroeIslands top-level constant

Country const faroeIslands

The country of Faroe Islands, and its 0 states

Implementation

const Country faroeIslands = Country(
  id: 72,
  name: "Faroe Islands",
  longitude: -7.0,
  latitude: 62.0,
  capital: "Torshavn",
  currency: "DKK",
  currencySymbol: "Kr.",
  currencyName: "Danish krone",
  emoji: "🇫🇴",
  emojiU: "U+1F1EB U+1F1F4",
  iso2: "FO",
  iso3: "FRO",
  native: "Føroyar",
  numericCode: "234",
  nationality: "Faroese",
  phoneCode: "298",
  region: "Europe",
  subregion: "Northern Europe",
  tld: ".fo",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "WET",
      gmtOffset: 0,
      gmtOffsetName: "UTC±00",
      tzName: "Western European Time",
      zoneName: "Atlantic/Faroe")
  ],
  translations: {
    "kr": "페로 제도",
    "pt-BR": "Ilhas Faroé",
    "pt": "Ilhas Faroé",
    "nl": "Faeröer",
    "hr": "Farski Otoci",
    "fa": "جزایر فارو",
    "de": "Färöer-Inseln",
    "es": "Islas Faroe",
    "fr": "Îles Féroé",
    "ja": "フェロー諸島",
    "it": "Isole Far Oer",
    "cn": "法罗群岛",
    "tr": "Faroe Adalari"
  });