namesNative property
The native names of the country.
Implementation
@override
List<CountryName> get namesNative => const [
CountryName(language: LangKor(), official: "조선민주주의인민공화국", common: "조선"),
];
The native names of the country.
@override
List<CountryName> get namesNative => const [
CountryName(language: LangKor(), official: "조선민주주의인민공화국", common: "조선"),
];