ConnectivityStatus enum
Constants
- Cellular → const ConnectivityStatus
-
const ConnectivityStatus(1)
- Offline → const ConnectivityStatus
-
const ConnectivityStatus(2)
-
values
→ const List<
ConnectivityStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
ConnectivityStatus> - WiFi → const ConnectivityStatus
-
const ConnectivityStatus(0)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited