ISOCodeConversions class abstract Core

ISO codes conversions class. Performs language & country conversions ISO2 to ISO3 / ISO3 to ISO2.

Constructors

ISOCodeConversions.new()

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
Converts a country ISO code (ISO2 <-> ISO3).
convertLanguageIso(String code, ISOCodeType type) String
Converts a language ISO code (ISO2 <-> ISO3).