namesNative property
The native names of the country.
Implementation
@override
List<CountryName> get namesNative => const [
CountryName(
language: LangSpa(),
official: "República de Colombia",
common: "Colombia",
),
];
The native names of the country.
@override
List<CountryName> get namesNative => const [
CountryName(
language: LangSpa(),
official: "República de Colombia",
common: "Colombia",
),
];