Language class
Constructors
- Language(String isoCode, String name)
- Language.fromIsoCode(String isoCode)
-
Returns the Language matching the given ISO code from the standard list.
factory
-
Language.fromMap(Map<
String, String> map)
Properties
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 o) → bool -
The equality operator.
override