FastRegion enum

Inheritance

Constructors

FastRegion()
const

Values

cn_hz → const FastRegion

Hangzhou, China which provides services to areas not covered by other data centers.

us_sv → const FastRegion

Silicon Valley, United States which provides services to North America and South America.

sg → const FastRegion

Singapore which provides services to Singapore, East Asia, and Southeast Asia.

in_mum → const FastRegion

Mumbai, India which provides services to India.

gb_lon → const FastRegion

London, United Kingdom which provides services to Europe.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FastRegion>
A constant List of the values in this enum, in order of their declaration.