peru top-level constant

Country const peru

The country of Peru, and its 25 states

Implementation

const Country peru = Country(
  id: 173,
  name: "Peru",
  longitude: -76.0,
  latitude: -10.0,
  capital: "Lima",
  currency: "PEN",
  currencySymbol: "S/.",
  currencyName: "Peruvian sol",
  emoji: "🇵🇪",
  emojiU: "U+1F1F5 U+1F1EA",
  iso2: "PE",
  iso3: "PER",
  native: "Perú",
  numericCode: "604",
  nationality: "Peruvian",
  phoneCode: "51",
  region: "Americas",
  subregion: "South America",
  tld: ".pe",
  states: [
    peruAmazonas,
    peruAncash,
    peruApurimac,
    peruArequipa,
    peruAyacucho,
    peruCajamarca,
    peruCallao,
    peruCusco,
    peruHuancavelica,
    peruHuanuco,
    peruIca,
    peruJunin,
    peruLaLibertad,
    peruLambayeque,
    peruLima,
    peruLoreto,
    peruMadreDeDios,
    peruMoquegua,
    peruPasco,
    peruPiura,
    peruPuno,
    peruSanMartin,
    peruTacna,
    peruTumbes,
    peruUcayali
  ],
  timezones: [
    Timezone(
      abbreviation: "PET",
      gmtOffset: -18000,
      gmtOffsetName: "UTC-05:00",
      tzName: "Peru Time",
      zoneName: "America/Lima")
  ],
  translations: {
    "kr": "페루",
    "pt-BR": "Peru",
    "pt": "Peru",
    "nl": "Peru",
    "hr": "Peru",
    "fa": "پرو",
    "de": "Peru",
    "es": "Perú",
    "fr": "Pérou",
    "ja": "ペルー",
    "it": "Perù",
    "cn": "秘鲁",
    "tr": "Peru"
  });