CountryAtg constructor

const CountryAtg()

Creates a instance of CountryAtg (Antigua and Barbuda country).

ISO 3166-1 Alpha-3 code: "ATG", ISO 3166-1 Alpha-2 code: "AG".

Implementation

const CountryAtg()
    : super(
        name: const CountryName(
          language: LangEng(),
          official: "Antigua and Barbuda",
          common: "Antigua and Barbuda",
        ),
        namesNative: const [
          CountryName(
            language: LangEng(),
            official: "Antigua and Barbuda",
            common: "Antigua and Barbuda",
          ),
        ],
        tld: const [".ag"],
        code: "ATG",
        codeNumeric: "028",
        codeShort: "AG",
        cioc: "ANT",
        independent: true,
        unMember: true,
        currencies: const [FiatXcd()],
        idd: const Idd(root: 1, suffixes: [268]),
        altSpellings: const ["AG"],
        continent: const Americas(),
        subregion: const Caribbean(),
        languages: const [LangEng()],
        translations: atgCountryTranslations,
        latLng: const LatLng(17.05, -61.8),
        landlocked: false,
        bordersCodes: null,
        areaMetric: 442,
        demonyms: const [
          Demonyms(
            language: LangEng(),
            female: "Antiguan, Barbudan",
            male: "Antiguan, Barbudan",
          ),
          Demonyms(
            language: LangFra(),
            female: "Antiguaise et barbudienne",
            male: "Antiguaise et barbudien",
          ),
        ],
        emoji: "🇦🇬",
        maps: const Maps(
          googleMaps: "fnye4wGJ1RzC9jpX9",
          openStreetMaps: "relation/536900",
        ),
        population: 97928,
        gini: null,
        fifa: "ATG",
        car: const Car(sign: "AG", isRightSide: false),
        timezones: const ["UTC-04:00"],
        hasCoatOfArms: true,
        startOfWeek: Weekday.monday,
        capitalInfo: const CapitalInfo(
          capital: Capital("Saint John's"),
          latLng: LatLng(17.12, -61.85),
        ),
        postalCode: null,
        regionalBlocs: const [BlocCARICOM()],
      );