CountryLbn constructor

const CountryLbn()

Creates a instance of CountryLbn (Lebanon country).

ISO 3166-1 Alpha-3 code: "LBN", ISO 3166-1 Alpha-2 code: "LB".

Implementation

const CountryLbn()
    : super(
        name: const CountryName(
          language: LangEng(),
          official: "Lebanese Republic",
          common: "Lebanon",
        ),
        namesNative: const [
          CountryName(
            language: LangAra(),
            official: "الجمهورية اللبنانية",
            common: "لبنان",
          ),
          CountryName(
            language: LangFra(),
            official: "République libanaise",
            common: "Liban",
          ),
        ],
        tld: const [".lb"],
        code: "LBN",
        codeNumeric: "422",
        codeShort: "LB",
        cioc: "LBN",
        independent: true,
        unMember: true,
        currencies: const [FiatLbp()],
        idd: const Idd(root: 9, suffixes: [61]),
        altSpellings: const [
          "LB",
          "Lebanese Republic",
          "Al-Jumhūrīyah Al-Libnānīyah",
        ],
        continent: const Asia(),
        subregion: const WesternAsia(),
        languages: const [LangAra(), LangFra()],
        translations: lbnCountryTranslations,
        latLng: const LatLng(33.83333333, 35.83333333),
        landlocked: false,
        bordersCodes: const ["Isr", "Syr"],
        areaMetric: 10452,
        demonyms: const [
          Demonyms(
            language: LangEng(),
            female: "Lebanese",
            male: "Lebanese",
          ),
          Demonyms(
            language: LangFra(),
            female: "Libanaise",
            male: "Libanais",
          ),
        ],
        emoji: "🇱🇧",
        maps: const Maps(
          googleMaps: "Sz5VCU8UFBqMyTdc9",
          openStreetMaps: "relation/184843",
        ),
        population: 6825442,
        gini: const Gini(year: 2011, coefficient: 31.8),
        fifa: "LBN",
        car: const Car(sign: "RL"),
        timezones: const ["UTC+02:00"],
        hasCoatOfArms: true,
        startOfWeek: Weekday.monday,
        capitalInfo: const CapitalInfo(
          capital: Capital("Beirut"),
          latLng: LatLng(33.87, 35.5),
        ),
        postalCode: const PostalCode(
          format: "#### ####|####",
          regExpPattern: r"^(\d{4}(\d{4})?)$",
        ),
        regionalBlocs: const [BlocAL()],
      );