getLocalizedName static method

String? getLocalizedName(
  1. BuildContext context,
  2. Country country
)

Implementation

static String? getLocalizedName(BuildContext context, Country country) {
  return Localized.countryName(context, country.countryCode);
}