israel top-level constant

Country const israel

The country of Israel, and its 6 states

Implementation

const Country israel = Country(
  id: 106,
  name: "Israel",
  longitude: 34.75,
  latitude: 31.5,
  capital: "Jerusalem",
  currency: "ILS",
  currencySymbol: "₪",
  currencyName: "Israeli new shekel",
  emoji: "🇮🇱",
  emojiU: "U+1F1EE U+1F1F1",
  iso2: "IL",
  iso3: "ISR",
  native: "יִשְׂרָאֵל",
  numericCode: "376",
  nationality: "Israeli",
  phoneCode: "972",
  region: "Asia",
  subregion: "Western Asia",
  tld: ".il",
  states: [
    israelCentralDistrict,
    israelHaifaDistrict,
    israelJerusalemDistrict,
    israelNorthernDistrict,
    israelSouthernDistrict,
    israelTelAvivDistrict
  ],
  timezones: [
    Timezone(
      abbreviation: "IST",
      gmtOffset: 7200,
      gmtOffsetName: "UTC+02:00",
      tzName: "Israel Standard Time",
      zoneName: "Asia/Jerusalem")
  ],
  translations: {
    "kr": "이스라엘",
    "pt-BR": "Israel",
    "pt": "Israel",
    "nl": "Israël",
    "hr": "Izrael",
    "fa": "اسرائیل",
    "de": "Israel",
    "es": "Israel",
    "fr": "Israël",
    "ja": "イスラエル",
    "it": "Israele",
    "cn": "以色列",
    "tr": "İsrail"
  });