LocalizedCountryRegistry class

this saves the localized countries for each country for a given language in a cache, so it does not have to be recreated

Constructors

LocalizedCountryRegistry.cached(PhoneFieldLocalization localization)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

find(IsoCode isoCode) Country?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
whereIsoIn(List<IsoCode> isoCodes, {List<IsoCode> omit = const []}) List<Country>
gets localized countries from isocodes

Operators

operator ==(Object other) bool
The equality operator.
inherited