namesNative property
The native names of the country.
Implementation
@override
List<CountryName> get namesNative => const [
CountryName(
language: LangKat(),
official: "საქართველო",
common: "საქართველო",
),
];
The native names of the country.
@override
List<CountryName> get namesNative => const [
CountryName(
language: LangKat(),
official: "საქართველო",
common: "საქართველო",
),
];