Language class

Constructors

Language(Locale locale, String nameEn, String name)
const
Language.fromIsoCode(String code)
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
locale Locale
final
name String
final
nameEn 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

Constants

empty → const Language