Get all country names as a map
Returns a map where keys are country codes and values are localized names
@override Map<String, String> get allCountryNames => _countryNames;