belgium top-level constant

Country const belgium

The country of Belgium, and its 13 states

Implementation

const Country belgium = Country(
  id: 22,
  name: "Belgium",
  longitude: 4.0,
  latitude: 50.83333333,
  capital: "Brussels",
  currency: "EUR",
  currencySymbol: "€",
  currencyName: "Euro",
  emoji: "🇧🇪",
  emojiU: "U+1F1E7 U+1F1EA",
  iso2: "BE",
  iso3: "BEL",
  native: "België",
  numericCode: "056",
  nationality: "Belgian",
  phoneCode: "32",
  region: "Europe",
  subregion: "Western Europe",
  tld: ".be",
  states: [
    belgiumAntwerp,
    belgiumBrusselsHypcapitalRegion,
    belgiumEastFlanders,
    belgiumFlanders,
    belgiumFlemishBrabant,
    belgiumHainaut,
    belgiumLiege,
    belgiumLimburg,
    belgiumLuxembourg,
    belgiumNamur,
    belgiumWallonia,
    belgiumWalloonBrabant,
    belgiumWestFlanders
  ],
  timezones: [
    Timezone(
      abbreviation: "CET",
      gmtOffset: 3600,
      gmtOffsetName: "UTC+01:00",
      tzName: "Central European Time",
      zoneName: "Europe/Brussels")
  ],
  translations: {
    "kr": "벨기에",
    "pt-BR": "Bélgica",
    "pt": "Bélgica",
    "nl": "België",
    "hr": "Belgija",
    "fa": "بلژیک",
    "de": "Belgien",
    "es": "Bélgica",
    "fr": "Belgique",
    "ja": "ベルギー",
    "it": "Belgio",
    "cn": "比利时",
    "tr": "Belçika"
  });