Language class Languages

Localized language names.

Constructors

Language(String code, String name, {String? short, String? variant, String? menu})
const

Properties

code String
2 or 3 letter ISO 639 language code.
final
hashCode int
The hash code for this object.
no setterinherited
Localized name for use in menus.
final
name String
Localized language name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
short String?
Localized short language name.
final
variant String?
Localized alternative name.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited