MapLanguage enum Null safety
底图语言
Constants
- CHINESE → const MapLanguage
-
中文
const MapLanguage(0)
- ENGLISH → const MapLanguage
-
英文
const MapLanguage(1)
-
values
→ const List<
MapLanguage> -
A constant List of the values in this enum, in order of their declaration.
const List<
MapLanguage>
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