kyrgyzstan top-level constant

Country const kyrgyzstan

The country of Kyrgyzstan, and its 9 states

Implementation

const Country kyrgyzstan = Country(
  id: 118,
  name: "Kyrgyzstan",
  longitude: 75.0,
  latitude: 41.0,
  capital: "Bishkek",
  currency: "KGS",
  currencySymbol: "лв",
  currencyName: "Kyrgyzstani som",
  emoji: "🇰🇬",
  emojiU: "U+1F1F0 U+1F1EC",
  iso2: "KG",
  iso3: "KGZ",
  native: "Кыргызстан",
  numericCode: "417",
  nationality: "Kyrgyzstani, Kyrgyz, Kirgiz, Kirghiz",
  phoneCode: "996",
  region: "Asia",
  subregion: "Central Asia",
  tld: ".kg",
  states: [
    kyrgyzstanBatkenRegion,
    kyrgyzstanBishkek,
    kyrgyzstanChuyRegion,
    kyrgyzstanIssykHypkulRegion,
    kyrgyzstanJalalHypabadRegion,
    kyrgyzstanNarynRegion,
    kyrgyzstanOsh,
    kyrgyzstanOshRegion,
    kyrgyzstanTalasRegion
  ],
  timezones: [
    Timezone(
      abbreviation: "KGT",
      gmtOffset: 21600,
      gmtOffsetName: "UTC+06:00",
      tzName: "Kyrgyzstan Time",
      zoneName: "Asia/Bishkek")
  ],
  translations: {
    "kr": "키르기스스탄",
    "pt-BR": "Quirguistão",
    "pt": "Quirguizistão",
    "nl": "Kirgizië",
    "hr": "Kirgistan",
    "fa": "قرقیزستان",
    "de": "Kirgisistan",
    "es": "Kirguizistán",
    "fr": "Kirghizistan",
    "ja": "キルギス",
    "it": "Kirghizistan",
    "cn": "吉尔吉斯斯坦",
    "tr": "Kirgizistan"
  });