namesNative property

  1. @override
List<CountryName> get namesNative
override

The native names of the country.

Implementation

@override
List<CountryName> get namesNative => const [
  CountryName(
    language: LangKat(),
    official: "საქართველო",
    common: "საქართველო",
  ),
];