Language enum Null safety
- Implemented types
Constants
- all → const Language
-
const Language(0)
- chinese → const Language
-
const Language(4)
- english → const Language
-
const Language(1)
- french → const Language
-
const Language(6)
- indonesian → const Language
-
const Language(7)
- japanese → const Language
-
const Language(2)
- korean → const Language
-
const Language(5)
- russian → const Language
-
const Language(8)
- spanish → const Language
-
const Language(3)
-
values
→ const List<
Language> -
A constant List of the values in this enum, in order of their declaration.
const List<
Language>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited