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: "Beninese", male: "Beninese"),
  Demonyms(language: LangFra(), female: "Béninoise", male: "Béninois"),
];