CountryExtension extension

on

Methods

getIsoShortNameByLocale([Locale? locale]) String

Available on Country, provided by the CountryExtension extension

isoLocalizedShortName([Locale? locale]) String

Available on Country, provided by the CountryExtension extension

Quick way to get country short name by dart:ui locale throws ArgumentError when could not find any country short name
isoLocalizedShortNameOrNull([Locale? locale]) String?

Available on Country, provided by the CountryExtension extension

Quick way to get country short name by dart:ui locale
tryGetIsoShortNameByLocale([Locale? locale]) String?

Available on Country, provided by the CountryExtension extension