allCountryNames property

  1. @override
Map<String, String> get allCountryNames
override

Get all country names as a map

Returns a map where keys are country codes and values are localized names

Implementation

@override
Map<String, String> get allCountryNames => _countryNames;