NetworkResult class Null safety
Constructors
Properties
- all_interface ↔ String?
-
read / write
- Bluethooth ↔ String?
-
read / write
- cellular ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- IsHotspotEnabled ↔ bool?
-
read / write
- IsLocationEnabled ↔ bool?
-
read / write
- IsWifiConnected ↔ bool?
-
read / write
- IsWifiEnabled ↔ bool?
-
read / write
- privates ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- Usb ↔ String?
-
read / write
- wifi ↔ String?
-
read / write
- wifi_tether ↔ String?
-
read / write
- wifiboth ↔ String?
-
read / write
- WifiName ↔ String?
-
read / write
Methods
-
encode(
) → Object -
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
Static Methods
-
decode(
Object message) → NetworkResult