Language enum

Supported language enum.

This enum is used to specify the language of the text to be translated.

Inheritance

Constructors

Language(String languageCode)
const

Values

arabic → const Language
const Language("ar")
english → const Language
const Language("en")
spanish → const Language
const Language("es")
portuguese → const Language
const Language("pt")
german → const Language
const Language("de")
french → const Language
const Language("fr")
italian → const Language
const Language("it")
russian → const Language
const Language("ru")
chinese → const Language
const Language("ch")
korean → const Language
const Language("ko")
japanese → const Language
const Language("ja")
hindi → const Language
const Language("hi")
persian → const Language
const Language("fa")

Properties

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