romania top-level constant

Country const romania

The country of Romania, and its 42 states

Implementation

const Country romania = Country(
  id: 181,
  name: "Romania",
  longitude: 25.0,
  latitude: 46.0,
  capital: "Bucharest",
  currency: "RON",
  currencySymbol: "lei",
  currencyName: "Romanian leu",
  emoji: "🇷🇴",
  emojiU: "U+1F1F7 U+1F1F4",
  iso2: "RO",
  iso3: "ROU",
  native: "România",
  numericCode: "642",
  nationality: "Romanian",
  phoneCode: "40",
  region: "Europe",
  subregion: "Eastern Europe",
  tld: ".ro",
  states: [
    romaniaAlba,
    romaniaAradCounty,
    romaniaArges,
    romaniaBacauCounty,
    romaniaBihorCounty,
    romaniaBistritaHypnasaudCounty,
    romaniaBotosaniCounty,
    romaniaBraila,
    romaniaBrasovCounty,
    romaniaBucharest,
    romaniaBuzauCounty,
    romaniaCalarasiCounty,
    romaniaCarasHypseverinCounty,
    romaniaClujCounty,
    romaniaConstantaCounty,
    romaniaCovasnaCounty,
    romaniaDambovitaCounty,
    romaniaDoljCounty,
    romaniaGalatiCounty,
    romaniaGiurgiuCounty,
    romaniaGorjCounty,
    romaniaHarghitaCounty,
    romaniaHunedoaraCounty,
    romaniaIalomitaCounty,
    romaniaIasiCounty,
    romaniaIlfovCounty,
    romaniaMaramuresCounty,
    romaniaMehedintiCounty,
    romaniaMuresCounty,
    romaniaNeamtCounty,
    romaniaOltCounty,
    romaniaPrahovaCounty,
    romaniaSalajCounty,
    romaniaSatuMareCounty,
    romaniaSibiuCounty,
    romaniaSuceavaCounty,
    romaniaTeleormanCounty,
    romaniaTimisCounty,
    romaniaTulceaCounty,
    romaniaValceaCounty,
    romaniaVasluiCounty,
    romaniaVranceaCounty
  ],
  timezones: [
    Timezone(
      abbreviation: "EET",
      gmtOffset: 7200,
      gmtOffsetName: "UTC+02:00",
      tzName: "Eastern European Time",
      zoneName: "Europe/Bucharest")
  ],
  translations: {
    "kr": "루마니아",
    "pt-BR": "Romênia",
    "pt": "Roménia",
    "nl": "Roemenië",
    "hr": "Rumunjska",
    "fa": "رومانی",
    "de": "Rumänien",
    "es": "Rumania",
    "fr": "Roumanie",
    "ja": "ルーマニア",
    "it": "Romania",
    "cn": "罗马尼亚",
    "tr": "Romanya"
  });