cyprus top-level constant

Country const cyprus

The country of Cyprus, and its 6 states

Implementation

const Country cyprus = Country(
  id: 57,
  name: "Cyprus",
  longitude: 33.0,
  latitude: 35.0,
  capital: "Nicosia",
  currency: "EUR",
  currencySymbol: "€",
  currencyName: "Euro",
  emoji: "🇨🇾",
  emojiU: "U+1F1E8 U+1F1FE",
  iso2: "CY",
  iso3: "CYP",
  native: "Κύπρος",
  numericCode: "196",
  nationality: "Cypriot",
  phoneCode: "357",
  region: "Europe",
  subregion: "Southern Europe",
  tld: ".cy",
  states: [
    cyprusFamagustaDistrictmagusaDistrict,
    cyprusKyreniaDistrictkeryneiaDistrict,
    cyprusLarnacaDistrictlarnakaDistrict,
    cyprusLimassolDistrictleymasunDistrict,
    cyprusNicosiaDistrictlefkosaDistrict,
    cyprusPaphosDistrictpafosDistrict
  ],
  timezones: [
    Timezone(
      abbreviation: "EET",
      gmtOffset: 7200,
      gmtOffsetName: "UTC+02:00",
      tzName: "Eastern European Time",
      zoneName: "Asia/Famagusta"),
    Timezone(
      abbreviation: "EET",
      gmtOffset: 7200,
      gmtOffsetName: "UTC+02:00",
      tzName: "Eastern European Time",
      zoneName: "Asia/Nicosia")
  ],
  translations: {
    "kr": "키프로스",
    "pt-BR": "Chipre",
    "pt": "Chipre",
    "nl": "Cyprus",
    "hr": "Cipar",
    "fa": "قبرس",
    "de": "Zypern",
    "es": "Chipre",
    "fr": "Chypre",
    "ja": "キプロス",
    "it": "Cipro",
    "cn": "塞浦路斯",
    "tr": "Kuzey Kıbrıs Türk Cumhuriyeti"
  });