ireland top-level constant

Country const ireland

The country of Ireland, and its 29 states

Implementation

const Country ireland = Country(
  id: 105,
  name: "Ireland",
  longitude: -8.0,
  latitude: 53.0,
  capital: "Dublin",
  currency: "EUR",
  currencySymbol: "€",
  currencyName: "Euro",
  emoji: "🇮🇪",
  emojiU: "U+1F1EE U+1F1EA",
  iso2: "IE",
  iso3: "IRL",
  native: "Éire",
  numericCode: "372",
  nationality: "Irish",
  phoneCode: "353",
  region: "Europe",
  subregion: "Northern Europe",
  tld: ".ie",
  states: [
    irelandCarlowCounty,
    irelandCavanCounty,
    irelandClareCounty,
    irelandConnachtProvince,
    irelandCorkCounty,
    irelandDonegalCounty,
    irelandDublinCounty,
    irelandGalwayCounty,
    irelandKerryCounty,
    irelandKildareCounty,
    irelandKilkennyCounty,
    irelandLaoisCounty,
    irelandLeinsterProvince,
    irelandLimerickCounty,
    irelandLongfordCounty,
    irelandLouthCounty,
    irelandMayoCounty,
    irelandMeathCounty,
    irelandMonaghanCounty,
    irelandMunsterProvince,
    irelandOffalyCounty,
    irelandRoscommonCounty,
    irelandSligoCounty,
    irelandTipperaryCounty,
    irelandUlsterProvince,
    irelandWaterfordCounty,
    irelandWestmeathCounty,
    irelandWexfordCounty,
    irelandWicklowCounty
  ],
  timezones: [
    Timezone(
      abbreviation: "GMT",
      gmtOffset: 0,
      gmtOffsetName: "UTC±00",
      tzName: "Greenwich Mean Time",
      zoneName: "Europe/Dublin")
  ],
  translations: {
    "kr": "아일랜드",
    "pt-BR": "Irlanda",
    "pt": "Irlanda",
    "nl": "Ierland",
    "hr": "Irska",
    "fa": "ایرلند",
    "de": "Irland",
    "es": "Irlanda",
    "fr": "Irlande",
    "ja": "アイルランド",
    "it": "Irlanda",
    "cn": "爱尔兰",
    "tr": "İrlanda"
  });