namesNative property
The native names of the country.
Implementation
@override
List<CountryName> get namesNative => const [
CountryName(
language: LangEng(),
official: "Territory of the Cocos (Keeling) Islands",
common: "Cocos (Keeling) Islands",
),
];