ConnectionWifiScan constructor

ConnectionWifiScan({
  1. String? id,
  2. ConnectionWifiScanBand? band,
  3. num? strength,
  4. String? macAddress,
  5. ConnectionWifiScanSecurity? security,
})

Returns a new ConnectionWifiScan instance.

Implementation

ConnectionWifiScan({
  this.id,
  this.band,
  this.strength,
  this.macAddress,
  this.security,
});