CountryLux constructor

const CountryLux()

Creates a instance of CountryLux (Luxembourg country).

ISO 3166-1 Alpha-3 code: "LUX", ISO 3166-1 Alpha-2 code: "LU".

Implementation

const CountryLux()
    : super(
        name: const CountryName(
          language: LangEng(),
          official: "Grand Duchy of Luxembourg",
          common: "Luxembourg",
        ),
        namesNative: const [
          CountryName(
            language: LangDeu(),
            official: "Großherzogtum Luxemburg",
            common: "Luxemburg",
          ),
          CountryName(
            language: LangFra(),
            official: "Grand-Duché de Luxembourg",
            common: "Luxembourg",
          ),
          CountryName(
            language: LangLtz(),
            official: "Groussherzogtum Lëtzebuerg",
            common: "Lëtzebuerg",
          ),
        ],
        tld: const [".lu"],
        code: "LUX",
        codeNumeric: "442",
        codeShort: "LU",
        cioc: "LUX",
        independent: true,
        unMember: true,
        currencies: const [FiatEur()],
        idd: const Idd(root: 3, suffixes: [52]),
        altSpellings: const [
          "LU",
          "Grand Duchy of Luxembourg",
          "Grand-Duché de Luxembourg",
          "Großherzogtum Luxemburg",
          "Groussherzogtum Lëtzebuerg",
        ],
        continent: const Europe(),
        subregion: const WesternEurope(),
        languages: const [LangDeu(), LangFra(), LangLtz()],
        translations: luxCountryTranslations,
        latLng: const LatLng(49.75, 6.16666666),
        landlocked: true,
        bordersCodes: const ["Bel", "Fra", "Deu"],
        areaMetric: 2586,
        demonyms: const [
          Demonyms(
            language: LangEng(),
            female: "Luxembourger",
            male: "Luxembourger",
          ),
          Demonyms(
            language: LangFra(),
            female: "Luxembourgeoise",
            male: "Luxembourgeois",
          ),
        ],
        emoji: "🇱🇺",
        maps: const Maps(
          googleMaps: "L6b2AgndgHprt2Ko9",
          openStreetMaps: "relation/2171347#map=10/49.8167/6.1335",
        ),
        population: 632275,
        gini: const Gini(year: 2018, coefficient: 35.4),
        fifa: "LUX",
        car: const Car(sign: "L"),
        timezones: const ["UTC+01:00"],
        hasCoatOfArms: true,
        startOfWeek: Weekday.monday,
        capitalInfo: const CapitalInfo(
          capital: Capital("Luxembourg"),
          latLng: LatLng(49.6, 6.12),
        ),
        postalCode:
            const PostalCode(format: "####", regExpPattern: r"^(\d{4})$"),
        regionalBlocs: const [BlocEU()],
      );