tokelau top-level constant

Country const tokelau

The country of Tokelau, and its 0 states

Implementation

const Country tokelau = Country(
  id: 221,
  name: "Tokelau",
  longitude: -172.0,
  latitude: -9.0,
  capital: "",
  currency: "NZD",
  currencySymbol: "\$",
  currencyName: "New Zealand dollar",
  emoji: "🇹🇰",
  emojiU: "U+1F1F9 U+1F1F0",
  iso2: "TK",
  iso3: "TKL",
  native: "Tokelau",
  numericCode: "772",
  nationality: "Tokelauan",
  phoneCode: "690",
  region: "Oceania",
  subregion: "Polynesia",
  tld: ".tk",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "TKT",
      gmtOffset: 46800,
      gmtOffsetName: "UTC+13:00",
      tzName: "Tokelau Time",
      zoneName: "Pacific/Fakaofo")
  ],
  translations: {
    "kr": "토켈라우",
    "pt-BR": "Tokelau",
    "pt": "Toquelau",
    "nl": "Tokelau",
    "hr": "Tokelau",
    "fa": "توکلائو",
    "de": "Tokelau",
    "es": "Islas Tokelau",
    "fr": "Tokelau",
    "ja": "トケラウ",
    "it": "Isole Tokelau",
    "cn": "托克劳",
    "tr": "Tokelau"
  });