lebanon top-level constant

Country const lebanon

The country of Lebanon, and its 8 states

Implementation

const Country lebanon = Country(
  id: 121,
  name: "Lebanon",
  longitude: 35.83333333,
  latitude: 33.83333333,
  capital: "Beirut",
  currency: "LBP",
  currencySymbol: "£",
  currencyName: "Lebanese pound",
  emoji: "🇱🇧",
  emojiU: "U+1F1F1 U+1F1E7",
  iso2: "LB",
  iso3: "LBN",
  native: "لبنان",
  numericCode: "422",
  nationality: "Lebanese",
  phoneCode: "961",
  region: "Asia",
  subregion: "Western Asia",
  tld: ".lb",
  states: [
    lebanonAkkar,
    lebanonBaalbekHyphermel,
    lebanonBeirut,
    lebanonBeqaa,
    lebanonMountLebanon,
    lebanonNabatieh,
    lebanonNorth,
    lebanonSouth
  ],
  timezones: [
    Timezone(
      abbreviation: "EET",
      gmtOffset: 7200,
      gmtOffsetName: "UTC+02:00",
      tzName: "Eastern European Time",
      zoneName: "Asia/Beirut")
  ],
  translations: {
    "kr": "레바논",
    "pt-BR": "Líbano",
    "pt": "Líbano",
    "nl": "Libanon",
    "hr": "Libanon",
    "fa": "لبنان",
    "de": "Libanon",
    "es": "Líbano",
    "fr": "Liban",
    "ja": "レバノン",
    "it": "Libano",
    "cn": "黎巴嫩",
    "tr": "Lübnan"
  });