WifiScan constructor

WifiScan({
  1. num? id,
  2. ConnectionWifiScan? connection,
})

Returns a new WifiScan instance.

Implementation

WifiScan({
  this.id,
  this.connection,
});