comoros top-level constant

Country const comoros

The country of Comoros, and its 3 states

Implementation

const Country comoros = Country(
  id: 49,
  name: "Comoros",
  longitude: 44.25,
  latitude: -12.16666666,
  capital: "Moroni",
  currency: "KMF",
  currencySymbol: "CF",
  currencyName: "Comorian franc",
  emoji: "🇰🇲",
  emojiU: "U+1F1F0 U+1F1F2",
  iso2: "KM",
  iso3: "COM",
  native: "Komori",
  numericCode: "174",
  nationality: "Comoran, Comorian",
  phoneCode: "269",
  region: "Africa",
  subregion: "Eastern Africa",
  tld: ".km",
  states: [
    comorosAnjouan,
    comorosGrandeComore,
    comorosMoheli
  ],
  timezones: [
    Timezone(
      abbreviation: "EAT",
      gmtOffset: 10800,
      gmtOffsetName: "UTC+03:00",
      tzName: "East Africa Time",
      zoneName: "Indian/Comoro")
  ],
  translations: {
    "kr": "코모로",
    "pt-BR": "Comores",
    "pt": "Comores",
    "nl": "Comoren",
    "hr": "Komori",
    "fa": "کومور",
    "de": "Union der Komoren",
    "es": "Comoras",
    "fr": "Comores",
    "ja": "コモロ",
    "it": "Comore",
    "cn": "ç§‘æ‘©ç½—",
    "tr": "Komorlar"
  });