BarcodeWifi constructor

BarcodeWifi({
  1. String? ssid,
  2. String? password,
  3. int? encryptionType,
})

Constructor to create an instance of BarcodeWifi.

Implementation

BarcodeWifi({this.ssid, this.password, this.encryptionType});