Language enum

Inheritance
Available extensions

Values

arabic → const Language
bengali → const Language
bulgarian → const Language
chineseSimplified → const Language
chineseTraditional → const Language
czech → const Language
danish → const Language
dutch → const Language
english → const Language
finnish → const Language
french → const Language
german → const Language
greek → const Language
hindi → const Language
hungarian → const Language
italian → const Language
japanese → const Language
javanese → const Language
korean → const Language
mandarin → const Language
marathi → const Language
polish → const Language
portuguese → const Language
punjabi → const Language
romanian → const Language
russian → const Language
serbian → const Language
sinhalese → const Language
slovak → const Language
spanish → const Language
swedish → const Language
tamil → const Language
telugu → const Language
turkish → const Language
ukrainian → const Language
urdu → const Language
vietnamese → const Language
wuShanghainese → const Language
xiang → const Language
yueCantonese → const Language
zulu → 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.