AreaCode enum
访问区域。
Constants
- AS → const AreaCode
-
除中国大陆以外的亚洲区域。
@JsonValue(8)const AreaCode(3)
- CN → const AreaCode
-
中国大陆。
@JsonValue(1)const AreaCode(0)
- EU → const AreaCode
-
欧洲区域。
@JsonValue(4)const AreaCode(2)
- GLOB → const AreaCode
-
(默认)全球。
@JsonValue(-1)const AreaCode(6)
- IN → const AreaCode
-
印度。
@JsonValue(32)const AreaCode(5)
- JP → const AreaCode
-
日本。
@JsonValue(16)const AreaCode(4)
- NA → const AreaCode
-
北美区域。
@JsonValue(2)const AreaCode(1)
-
values
→ const List<
AreaCode> -
A constant List of the values in this enum, in order of their declaration.
const List<
AreaCode>
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