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

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wireName String
Actual value from json
final

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