ConnectionType enum
The underlying connection technology that the browser is supposedly using.
Values
- none → const ConnectionType
-
const ConnectionType('none')
- cellular2g → const ConnectionType
-
const ConnectionType('cellular2g')
- cellular3g → const ConnectionType
-
const ConnectionType('cellular3g')
- cellular4g → const ConnectionType
-
const ConnectionType('cellular4g')
- bluetooth → const ConnectionType
-
const ConnectionType('bluetooth')
- ethernet → const ConnectionType
-
const ConnectionType('ethernet')
- wifi → const ConnectionType
-
const ConnectionType('wifi')
- wimax → const ConnectionType
-
const ConnectionType('wimax')
- other → const ConnectionType
-
const ConnectionType('other')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ConnectionType> - A constant List of the values in this enum, in order of their declaration.