ConnectionWifiScan constructor
ConnectionWifiScan({
- String? id,
- ConnectionWifiScanBand? band,
- num? strength,
- String? macAddress,
- ConnectionWifiScanSecurity? security,
Returns a new ConnectionWifiScan instance.
Implementation
ConnectionWifiScan({
this.id,
this.band,
this.strength,
this.macAddress,
this.security,
});