CountryLocalizations constructor

CountryLocalizations(
  1. Locale locale
)

Localization class that contains the different country name strings translated into the locales that the package supports.

You can read more at:

Implementation

CountryLocalizations(this.locale);