ISO codes conversions class. It performs language & country conversions iso2 to iso3 / iso3 to iso2
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
convertCountryIso(
String code, ISOCodeType type) → String - Convert country iso code ( ISO2 <-> ISO3 )
-
convertLanguageIso(
String code, ISOCodeType type) → String - Convert language iso code ( ISO2 <-> ISO3 )