LanguageType enum
Constants
- BE → const LanguageType
-
const LanguageType(2)
- DE → const LanguageType
-
const LanguageType(6)
- EN → const LanguageType
-
const LanguageType(3)
- ES → const LanguageType
-
const LanguageType(4)
- FI → const LanguageType
-
const LanguageType(5)
- IT → const LanguageType
-
const LanguageType(7)
- RU → const LanguageType
-
const LanguageType(0)
- UK → const LanguageType
-
const LanguageType(1)
-
values
→ const List<
LanguageType> -
A constant List of the values in this enum, in order of their declaration.
const List<
LanguageType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited