mozambique top-level constant

Country const mozambique

The country of Mozambique, and its 11 states

Implementation

const Country mozambique = Country(
  id: 150,
  name: "Mozambique",
  longitude: 35.0,
  latitude: -18.25,
  capital: "Maputo",
  currency: "MZN",
  currencySymbol: "MT",
  currencyName: "Mozambican metical",
  emoji: "🇲🇿",
  emojiU: "U+1F1F2 U+1F1FF",
  iso2: "MZ",
  iso3: "MOZ",
  native: "Moçambique",
  numericCode: "508",
  nationality: "Mozambican",
  phoneCode: "258",
  region: "Africa",
  subregion: "Eastern Africa",
  tld: ".mz",
  states: [
    mozambiqueCaboDelgadoProvince,
    mozambiqueGazaProvince,
    mozambiqueInhambaneProvince,
    mozambiqueManicaProvince,
    mozambiqueMaputo,
    mozambiqueMaputoProvince,
    mozambiqueNampulaProvince,
    mozambiqueNiassaProvince,
    mozambiqueSofalaProvince,
    mozambiqueTeteProvince,
    mozambiqueZambeziaProvince
  ],
  timezones: [
    Timezone(
      abbreviation: "CAT",
      gmtOffset: 7200,
      gmtOffsetName: "UTC+02:00",
      tzName: "Central Africa Time",
      zoneName: "Africa/Maputo")
  ],
  translations: {
    "kr": "모잠비크",
    "pt-BR": "Moçambique",
    "pt": "Moçambique",
    "nl": "Mozambique",
    "hr": "Mozambik",
    "fa": "موزامبیک",
    "de": "Mosambik",
    "es": "Mozambique",
    "fr": "Mozambique",
    "ja": "モザンビーク",
    "it": "Mozambico",
    "cn": "莫桑比克",
    "tr": "Mozambik"
  });