WifiNetwork constructor

WifiNetwork({
  1. String? ssid,
  2. String? bssid,
  3. String? frequency,
  4. String? level,
  5. String? security,
  6. String? signalLevel,
})

Implementation

WifiNetwork(
    {this.ssid,
    this.bssid,
    this.frequency,
    this.level,
    this.security,
    this.signalLevel});