netherlands top-level constant

Country const netherlands

The country of Netherlands, and its 15 states

Implementation

const Country netherlands = Country(
  id: 156,
  name: "Netherlands",
  longitude: 5.75,
  latitude: 52.5,
  capital: "Amsterdam",
  currency: "EUR",
  currencySymbol: "€",
  currencyName: "Euro",
  emoji: "🇳🇱",
  emojiU: "U+1F1F3 U+1F1F1",
  iso2: "NL",
  iso3: "NLD",
  native: "Nederland",
  numericCode: "528",
  nationality: "Dutch, Netherlandic",
  phoneCode: "31",
  region: "Europe",
  subregion: "Western Europe",
  tld: ".nl",
  states: [
    netherlandsBonaireSpecialMunicipality,
    netherlandsDrentheProvince,
    netherlandsFlevolandProvince,
    netherlandsFrieslandProvince,
    netherlandsGelderlandProvince,
    netherlandsGroningenProvince,
    netherlandsLimburgProvince,
    netherlandsNorthBrabantProvince,
    netherlandsNorthHollandProvince,
    netherlandsOverijsselProvince,
    netherlandsSabaSpecialMunicipality,
    netherlandsSintEustatiusSpecialMunicipality,
    netherlandsSouthHollandProvince,
    netherlandsUtrechtProvince,
    netherlandsZeelandProvince
  ],
  timezones: [
    Timezone(
      abbreviation: "CET",
      gmtOffset: 3600,
      gmtOffsetName: "UTC+01:00",
      tzName: "Central European Time",
      zoneName: "Europe/Amsterdam")
  ],
  translations: {
    "kr": "네덜란드",
    "pt-BR": "Holanda",
    "pt": "Países Baixos",
    "nl": "Nederland",
    "hr": "Nizozemska",
    "fa": "پادشاهی هلند",
    "de": "Niederlande",
    "es": "Países Bajos",
    "fr": "Pays-Bas",
    "ja": "オランダ",
    "it": "Paesi Bassi",
    "cn": "荷兰",
    "tr": "Hollanda"
  });