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

hashCode int
The hash code for this object.
no setteroverride
isoCode String
final
name String
final
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 o) bool
The equality operator.
override