WorldRegion class
A class for storing information of world region
Constructors
- WorldRegion.fromWireName(String wireName)
-
Creates world region with a decoded json object from countries
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Properties
-
values
→ List<
WorldRegion> -
All values with WorldRegion
no setter
Constants
- amer → const WorldRegion
- Constant value of the amer enum
- amerWireName → const String
- Value of amer in json
- apac → const WorldRegion
- Constant value of the apac enum
- apacWireName → const String
- Value of apac in json
- emea → const WorldRegion
- Constant value of the emea enum
- emeaWireName → const String
- Value of emea in json