congo top-level constant

Country const congo

The country of Congo, and its 12 states

Implementation

const Country congo = Country(
  id: 50,
  name: "Congo",
  longitude: 15.0,
  latitude: -1.0,
  capital: "Brazzaville",
  currency: "XAF",
  currencySymbol: "FC",
  currencyName: "Central African CFA franc",
  emoji: "🇨🇬",
  emojiU: "U+1F1E8 U+1F1EC",
  iso2: "CG",
  iso3: "COG",
  native: "République du Congo",
  numericCode: "178",
  nationality: "Congolese",
  phoneCode: "242",
  region: "Africa",
  subregion: "Middle Africa",
  tld: ".cg",
  states: [
    congoBouenzaDepartment,
    congoBrazzaville,
    congoCuvetteDepartment,
    congoCuvetteHypouestDepartment,
    congoKouilouDepartment,
    congoLekoumouDepartment,
    congoLikoualaDepartment,
    congoNiariDepartment,
    congoPlateauxDepartment,
    congoPointeHypnoire,
    congoPoolDepartment,
    congoSanghaDepartment
  ],
  timezones: [
    Timezone(
      abbreviation: "WAT",
      gmtOffset: 3600,
      gmtOffsetName: "UTC+01:00",
      tzName: "West Africa Time",
      zoneName: "Africa/Brazzaville")
  ],
  translations: {
    "kr": "콩고",
    "pt-BR": "Congo",
    "pt": "Congo",
    "nl": "Congo [Republiek]",
    "hr": "Kongo",
    "fa": "Ú©Ù†Ú¯Ùˆ",
    "de": "Kongo",
    "es": "Congo",
    "fr": "Congo",
    "ja": "コンゴ共和国",
    "it": "Congo",
    "cn": "刚果",
    "tr": "Kongo"
  });