togo top-level constant

Country const togo

The country of Togo, and its 5 states

Implementation

const Country togo = Country(
  id: 220,
  name: "Togo",
  longitude: 1.16666666,
  latitude: 8.0,
  capital: "Lome",
  currency: "XOF",
  currencySymbol: "CFA",
  currencyName: "West African CFA franc",
  emoji: "🇹🇬",
  emojiU: "U+1F1F9 U+1F1EC",
  iso2: "TG",
  iso3: "TGO",
  native: "Togo",
  numericCode: "768",
  nationality: "Togolese",
  phoneCode: "228",
  region: "Africa",
  subregion: "Western Africa",
  tld: ".tg",
  states: [
    togoCentraleRegion,
    togoKaraRegion,
    togoMaritime,
    togoPlateauxRegion,
    togoSavanesRegion
  ],
  timezones: [
    Timezone(
      abbreviation: "GMT",
      gmtOffset: 0,
      gmtOffsetName: "UTC±00",
      tzName: "Greenwich Mean Time",
      zoneName: "Africa/Lome")
  ],
  translations: {
    "kr": "토고",
    "pt-BR": "Togo",
    "pt": "Togo",
    "nl": "Togo",
    "hr": "Togo",
    "fa": "توگو",
    "de": "Togo",
    "es": "Togo",
    "fr": "Togo",
    "ja": "トーゴ",
    "it": "Togo",
    "cn": "多哥",
    "tr": "Togo"
  });