WiFi class

Wireless network information from BarcodeType.wifi barcodes.

Constructors

WiFi({EncryptionType encryptionType = EncryptionType.none, String? ssid, String? password})
Construct a new WiFi instance.
const
WiFi.fromNative(Map<Object?, Object?> data)
Construct a new WiFi instance from the given data.
factory

Properties

encryptionType EncryptionType
The encryption type of the wireless network.
final
hashCode int
The hash code for this object.
no setterinherited
password String?
The password of the wireless network.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid String?
The ssid of the wireless network.
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