BarcodeWifi class

Stores wifi info obtained from a barcode.

Inheritance

Constructors

BarcodeWifi({String? ssid, String? password, int? encryptionType})
Constructor to create an instance of BarcodeWifi.
BarcodeWifi.fromJson(Map json)
Returns an instance of BarcodeWifi from a given json.
factory

Properties

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