nepal top-level constant

Country const nepal

The country of Nepal, and its 19 states

Implementation

const Country nepal = Country(
  id: 154,
  name: "Nepal",
  longitude: 84.0,
  latitude: 28.0,
  capital: "Kathmandu",
  currency: "NPR",
  currencySymbol: "₨",
  currencyName: "Nepalese rupee",
  emoji: "🇳🇵",
  emojiU: "U+1F1F3 U+1F1F5",
  iso2: "NP",
  iso3: "NPL",
  native: "नपल",
  numericCode: "524",
  nationality: "Nepali, Nepalese",
  phoneCode: "977",
  region: "Asia",
  subregion: "Southern Asia",
  tld: ".np",
  states: [
    nepalBagmatiZone,
    nepalBheriZone,
    nepalCentralRegion,
    nepalDhaulagiriZone,
    nepalEasternDevelopmentRegion,
    nepalFarHypwesternDevelopmentRegion,
    nepalGandakiZone,
    nepalJanakpurZone,
    nepalKarnaliZone,
    nepalKosiZone,
    nepalLumbiniZone,
    nepalMahakaliZone,
    nepalMechiZone,
    nepalMidHypwesternRegion,
    nepalNarayaniZone,
    nepalRaptiZone,
    nepalSagarmathaZone,
    nepalSetiZone,
    nepalWesternRegion
  ],
  timezones: [
    Timezone(
      abbreviation: "NPT",
      gmtOffset: 20700,
      gmtOffsetName: "UTC+05:45",
      tzName: "Nepal Time",
      zoneName: "Asia/Kathmandu")
  ],
  translations: {
    "kr": "네팔",
    "pt-BR": "Nepal",
    "pt": "Nepal",
    "nl": "Nepal",
    "hr": "Nepal",
    "fa": "نپال",
    "de": "Népal",
    "es": "Nepal",
    "fr": "Népal",
    "ja": "ネパール",
    "it": "Nepal",
    "cn": "尼泊尔",
    "tr": "Nepal"
  });