CountryBol constructor

const CountryBol()

Creates a instance of CountryBol (Bolivia country).

ISO 3166-1 Alpha-3 code: "BOL", ISO 3166-1 Alpha-2 code: "BO".

Implementation

const CountryBol()
    : super(
        name: const CountryName(
          language: LangEng(),
          official: "Plurinational State of Bolivia",
          common: "Bolivia",
        ),
        namesNative: const [
          CountryName(
            language: LangAym(),
            official: "Wuliwya Suyu",
            common: "Wuliwya",
          ),
          CountryName(
            language: LangGrn(),
            official: "Tetã Volívia",
            common: "Volívia",
          ),
          CountryName(
            language: LangQue(),
            official: "Buliwya Mamallaqta",
            common: "Buliwya",
          ),
          CountryName(
            language: LangSpa(),
            official: "Estado Plurinacional de Bolivia",
            common: "Bolivia",
          ),
        ],
        tld: const [".bo"],
        code: "BOL",
        codeNumeric: "068",
        codeShort: "BO",
        cioc: "BOL",
        independent: true,
        unMember: true,
        currencies: const [FiatBob()],
        idd: const Idd(root: 5, suffixes: [91]),
        altSpellings: const [
          "BO",
          "Buliwya",
          "Wuliwya",
          "Bolivia, Plurinational State of",
          "Plurinational State of Bolivia",
          "Estado Plurinacional de Bolivia",
          "Buliwya Mamallaqta",
          "Wuliwya Suyu",
          "Tetã Volívia",
        ],
        continent: const Americas(),
        subregion: const SouthAmerica(),
        languages: const [LangAym(), LangGrn(), LangQue(), LangSpa()],
        translations: bolCountryTranslations,
        latLng: const LatLng(-17, -65),
        landlocked: true,
        bordersCodes: const ["Arg", "Bra", "Chl", "Pry", "Per"],
        areaMetric: 1098581,
        demonyms: const [
          Demonyms(
            language: LangEng(),
            female: "Bolivian",
            male: "Bolivian",
          ),
          Demonyms(
            language: LangFra(),
            female: "Bolivienne",
            male: "Bolivien",
          ),
        ],
        emoji: "🇧🇴",
        maps: const Maps(
          googleMaps: "9DfnyfbxNM2g5U9b9",
          openStreetMaps: "relation/252645",
        ),
        population: 11673029,
        gini: const Gini(year: 2019, coefficient: 41.6),
        fifa: "BOL",
        car: const Car(sign: "BOL"),
        timezones: const ["UTC-04:00"],
        hasCoatOfArms: true,
        startOfWeek: Weekday.monday,
        capitalInfo: const CapitalInfo(
          capital: Capital("Sucre"),
          latLng: LatLng(-19.02, -65.26),
        ),
        postalCode: null,
        regionalBlocs: const [BlocUSAN()],
      );