norway top-level constant

Country const norway

The country of Norway, and its 13 states

Implementation

const Country norway = Country(
  id: 165,
  name: "Norway",
  longitude: 10.0,
  latitude: 62.0,
  capital: "Oslo",
  currency: "NOK",
  currencySymbol: "kr",
  currencyName: "Norwegian krone",
  emoji: "🇳🇴",
  emojiU: "U+1F1F3 U+1F1F4",
  iso2: "NO",
  iso3: "NOR",
  native: "Norge",
  numericCode: "578",
  nationality: "Norwegian",
  phoneCode: "47",
  region: "Europe",
  subregion: "Northern Europe",
  tld: ".no",
  states: [
    norwayAgderCounty,
    norwayInnlandetCounty,
    norwayJanMayenArcticRegion,
    norwayMoreOgRomsdalCounty,
    norwayNordlandCounty,
    norwayOsloCounty,
    norwayRogalandCounty,
    norwaySvalbardArcticRegion,
    norwayTromsOgFinnmarkCounty,
    norwayTrondelagCounty,
    norwayVestfoldOgTelemarkCounty,
    norwayVestlandCounty,
    norwayVikenCounty
  ],
  timezones: [
    Timezone(
      abbreviation: "CET",
      gmtOffset: 3600,
      gmtOffsetName: "UTC+01:00",
      tzName: "Central European Time",
      zoneName: "Europe/Oslo")
  ],
  translations: {
    "kr": "노르웨이",
    "pt-BR": "Noruega",
    "pt": "Noruega",
    "nl": "Noorwegen",
    "hr": "Norveška",
    "fa": "نروژ",
    "de": "Norwegen",
    "es": "Noruega",
    "fr": "Norvège",
    "ja": "ノルウェー",
    "it": "Norvegia",
    "cn": "挪威",
    "tr": "Norveç"
  });