namesNative property

  1. @override
List<CountryName> get namesNative
override

The native names of the country.

Implementation

@override
List<CountryName> get namesNative => const [
  CountryName(language: LangKor(), official: "조선민주주의인민공화국", common: "조선"),
];