Language enum

Inheritance
Available extensions

Values

system → const Language
enUs → const Language
zhCn → const Language
zhHk → const Language
zhTw → const Language
thTh → const Language
heIl → const Language
koKr → const Language
jaJp → const Language
inId → const Language
idId → const Language
deDe → const Language
frFr → const Language
frCa → const Language
ptBr → const Language
arEg → const Language
arAe → const Language
arXa → const Language
ruRu → const Language
itIt → const Language
plPl → const Language
esEs → const Language
caEs → const Language
hiIn → const Language
etEe → const Language
trTr → const Language
enIn → const Language
msMy → const Language
viVn → const Language
elGr → const Language
iwIl → const Language

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<Language>
A constant List of the values in this enum, in order of their declaration.