demonyms property
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"),
];