NetworkType enum

Represents types of networks for a device.

Inheritance

Constructors

NetworkType()
const

Values

UNKNOWN → const NetworkType
GPRS → const NetworkType
EDGE → const NetworkType
UMTS → const NetworkType
CDMA → const NetworkType
EVDO_0 → const NetworkType
EVDO_A → const NetworkType
TYPE_1xRTT → const NetworkType
HSDPA → const NetworkType
HSUPA → const NetworkType
HSPA → const NetworkType
IDEN → const NetworkType
EVDO_B → const NetworkType
LTE → const NetworkType
EHRPD → const NetworkType
HSPAP → const NetworkType
GSM → const NetworkType
TD_SCDMA → const NetworkType
IWLAN → const NetworkType
LTE_CA → const NetworkType
NR → const NetworkType

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<NetworkType>
A constant List of the values in this enum, in order of their declaration.