CountryPcn constructor

const CountryPcn()

Creates a instance of CountryPcn (Pitcairn Islands country).

ISO 3166-1 Alpha-3 code: "PCN", ISO 3166-1 Alpha-2 code: "PN".

Implementation

const CountryPcn()
    : super(
        name: const CountryName(
          language: LangEng(),
          official: "Pitcairn Group of Islands",
          common: "Pitcairn Islands",
        ),
        namesNative: const [
          CountryName(
            language: LangEng(),
            official: "Pitcairn Group of Islands",
            common: "Pitcairn Islands",
          ),
        ],
        tld: const [".pn"],
        code: "PCN",
        codeNumeric: "612",
        codeShort: "PN",
        cioc: null,
        independent: false,
        unMember: false,
        currencies: const [FiatNzd()],
        idd: const Idd(root: 6, suffixes: [4]),
        altSpellings: const [
          "PN",
          "Pitcairn",
          "Pitcairn Henderson Ducie and Oeno Islands",
        ],
        continent: const Oceania(),
        subregion: const Polynesia(),
        languages: const [LangEng()],
        translations: pcnCountryTranslations,
        latLng: const LatLng(-25.06666666, -130.1),
        landlocked: false,
        bordersCodes: null,
        areaMetric: 47,
        demonyms: const [
          Demonyms(
            language: LangEng(),
            female: "Pitcairn Islander",
            male: "Pitcairn Islander",
          ),
          Demonyms(
            language: LangFra(),
            female: "Pitcairnaise",
            male: "Pitcairnais",
          ),
        ],
        emoji: "🇵🇳",
        maps: const Maps(
          googleMaps: "XGJMnMAigXjXcxSa7",
          openStreetMaps: "relation/2185375",
        ),
        population: 56,
        gini: null,
        fifa: null,
        car: const Car(sign: "GB", isRightSide: false),
        timezones: const ["UTC-08:00"],
        hasCoatOfArms: false,
        startOfWeek: Weekday.monday,
        capitalInfo: const CapitalInfo(
          capital: Capital("Adamstown"),
          latLng: LatLng(-25.07, -130.08),
        ),
        postalCode: null,
        regionalBlocs: null,
      );