WiFi class

A wifi network parameters from a 'WIFI:' or similar QRCode type.

Constructors

WiFi.fromMap(Map data)
Create a WiFi from native data.

Properties

encryptionType EncryptionType?
Gets the encryption type of the WIFI.
final
hashCode int
The hash code for this object.
no setterinherited
password String?
Gets the password of the WIFI.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid String?
Gets the ssid of the WIFI.
final

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