demonyms property

  1. @override
List<Demonyms> get demonyms
override

The demonym names for the people of the country.

Implementation

@override
List<Demonyms> get demonyms => const [
  Demonyms(
    language: LangEng(),
    female: "Wallis and Futuna Islander",
    male: "Wallis and Futuna Islander",
  ),
];