WifiNetwork constructor

const WifiNetwork(
  1. String ssid,
  2. int rssi,
  3. bool isSecure
)

Implementation

const WifiNetwork(this.ssid, this.rssi, this.isSecure);