bouvetIsland top-level constant

Country const bouvetIsland

The country of Bouvet Island, and its 0 states

Implementation

const Country bouvetIsland = Country(
  id: 30,
  name: "Bouvet Island",
  longitude: 3.4,
  latitude: -54.43333333,
  capital: "",
  currency: "NOK",
  currencySymbol: "kr",
  currencyName: "Norwegian Krone",
  emoji: "🇧🇻",
  emojiU: "U+1F1E7 U+1F1FB",
  iso2: "BV",
  iso3: "BVT",
  native: "Bouvetøya",
  numericCode: "074",
  nationality: "Bouvet Island",
  phoneCode: "0055",
  region: "",
  subregion: "",
  tld: ".bv",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "CET",
      gmtOffset: 3600,
      gmtOffsetName: "UTC+01:00",
      tzName: "Central European Time",
      zoneName: "Europe/Oslo")
  ],
  translations: {
    "kr": "부벳 섬",
    "pt-BR": "Ilha Bouvet",
    "pt": "Ilha Bouvet",
    "nl": "Bouveteiland",
    "hr": "Otok Bouvet",
    "fa": "جزیره بووه",
    "de": "Bouvetinsel",
    "es": "Isla Bouvet",
    "fr": "ÃŽle Bouvet",
    "ja": "ブーベ島",
    "it": "Isola Bouvet",
    "cn": "布维岛",
    "tr": "Bouvet Adasi"
  });