norfolkIsland top-level constant

Country const norfolkIsland

The country of Norfolk Island, and its 0 states

Implementation

const Country norfolkIsland = Country(
  id: 163,
  name: "Norfolk Island",
  longitude: 167.95,
  latitude: -29.03333333,
  capital: "Kingston",
  currency: "AUD",
  currencySymbol: "\$",
  currencyName: "Australian dollar",
  emoji: "🇳🇫",
  emojiU: "U+1F1F3 U+1F1EB",
  iso2: "NF",
  iso3: "NFK",
  native: "Norfolk Island",
  numericCode: "574",
  nationality: "Norfolk Island",
  phoneCode: "672",
  region: "Oceania",
  subregion: "Australia and New Zealand",
  tld: ".nf",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "NFT",
      gmtOffset: 43200,
      gmtOffsetName: "UTC+12:00",
      tzName: "Norfolk Time",
      zoneName: "Pacific/Norfolk")
  ],
  translations: {
    "kr": "노퍽 섬",
    "pt-BR": "Ilha Norfolk",
    "pt": "Ilha Norfolk",
    "nl": "Norfolkeiland",
    "hr": "Otok Norfolk",
    "fa": "جزیره نورفک",
    "de": "Norfolkinsel",
    "es": "Isla de Norfolk",
    "fr": "Île de Norfolk",
    "ja": "ノーフォーク島",
    "it": "Isola Norfolk",
    "cn": "诺福克岛",
    "tr": "Norfolk Adasi"
  });