Language enum

English is the default language

Inheritance

Constructors

Language()
const

Values

Arabic → const Language
Azerbaijani → const Language
Belarusian → const Language
Bulgarian → const Language
Bosnian → const Language
Catalan → const Language
Czech → const Language
German → const Language
Greek → const Language
English → const Language
Spanish → const Language
Estonian → const Language
French → const Language
Croatian → const Language
Hungarian → const Language
Indonesian → const Language
Italian → const Language
Icelandic → const Language
Cornish → const Language
NorwegianBokmal → const Language
Dutch → const Language
Polish → const Language
Portuguese → const Language
Russian → const Language
Slovak → const Language
Slovenian → const Language
Serbian → const Language
Swedish → const Language
Tetum → const Language
Turkish → const Language
Ukranian → const Language
IgpayAtinlay → const Language
ChineseSimplified → const Language
ChineseTraditional → const Language

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.