christmasIsland top-level constant

Country const christmasIsland

The country of Christmas Island, and its 0 states

Implementation

const Country christmasIsland = Country(
  id: 46,
  name: "Christmas Island",
  longitude: 105.66666666,
  latitude: -10.5,
  capital: "Flying Fish Cove",
  currency: "AUD",
  currencySymbol: "\$",
  currencyName: "Australian dollar",
  emoji: "🇨🇽",
  emojiU: "U+1F1E8 U+1F1FD",
  iso2: "CX",
  iso3: "CXR",
  native: "Christmas Island",
  numericCode: "162",
  nationality: "Christmas Island",
  phoneCode: "61",
  region: "Oceania",
  subregion: "Australia and New Zealand",
  tld: ".cx",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "CXT",
      gmtOffset: 25200,
      gmtOffsetName: "UTC+07:00",
      tzName: "Christmas Island Time",
      zoneName: "Indian/Christmas")
  ],
  translations: {
    "kr": "크리스마스 섬",
    "pt-BR": "Ilha Christmas",
    "pt": "Ilha do Natal",
    "nl": "Christmaseiland",
    "hr": "Božićni otok",
    "fa": "جزیره کریسمس",
    "de": "Weihnachtsinsel",
    "es": "Isla de Navidad",
    "fr": "Île Christmas",
    "ja": "クリスマス島",
    "it": "Isola di Natale",
    "cn": "圣诞岛",
    "tr": "Christmas Adasi"
  });