ConnectivityResult enum Null safety
Connection status check result.
Constants
- bluetooth → const ConnectivityResult
-
Bluetooth: Device connected via bluetooth
const ConnectivityResult(0)
- ethernet → const ConnectivityResult
-
Ethernet: Device connected to ethernet network
const ConnectivityResult(2)
- mobile → const ConnectivityResult
-
Mobile: Device connected to cellular network
const ConnectivityResult(3)
- none → const ConnectivityResult
-
None: Device not connected to any network
const ConnectivityResult(4)
-
values
→ const List<
ConnectivityResult> -
A constant List of the values in this enum, in order of their declaration.
const List<
ConnectivityResult> - wifi → const ConnectivityResult
-
WiFi: Device connected via Wi-Fi
const ConnectivityResult(1)
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. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited