demonyms property
The demonym names for the people of the country.
Implementation
@override
List<Demonyms> get demonyms => const [
Demonyms(language: LangEng(), female: "Filipino", male: "Filipino"),
Demonyms(language: LangFra(), female: "Philippine", male: "Philippin"),
];