Language enum

Inheritance

Constructors

Language()
const

Values

english → const Language
french → const Language
italian → const Language
german → const Language
spanish → const Language
croatian → const Language
czech → const Language
danish → const Language
dutch → const Language
finnish → const Language
greek → const Language
hungarian → const Language
norwegian → const Language
polish → const Language
portuguese → const Language
slovakian → const Language
slovenian → const Language
swedish → const Language
russian → const Language
turkish → const Language
latvian → const Language
ukrainian → const Language
arabic → const Language
farsi → const Language
bulgarian → const Language
romanian → const Language
chinese → const Language
japanese → const Language
korean → const Language
taiwanese → const Language
thai → const Language
hebrew → const Language
brazilianPortuguese → const Language
indonesian → const Language
malaysian → const Language
vietnamese → const Language
burmese → const Language
mongolian → const Language
custom → 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.