WifiNetwork class
Information about a wifi network
Constructors
- WifiNetwork(String ssid, int rssi, bool isSecure)
-
const
- WifiNetwork.fromMap(Map map)
-
converts map to a dart class
factory
Properties
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