AreaCode enum Null safety
The area of connection.
Constants
- AS → const AreaCode
-
Asia, excluding Mainland China
@JsonValue(0x00000008)const AreaCode(3)
- CN → const AreaCode
-
Mainland China
@JsonValue(0x00000001)const AreaCode(0)
- EU → const AreaCode
-
Europe
@JsonValue(0x00000004)const AreaCode(2)
- GLOB → const AreaCode
-
(Default) Global
@JsonValue(-1)const AreaCode(6)
- IN → const AreaCode
-
India
@JsonValue(0x00000020)const AreaCode(5)
- JP → const AreaCode
-
Japan
@JsonValue(0x00000010)const AreaCode(4)
- NA → const AreaCode
-
North America
@JsonValue(0x00000002)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 -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited