WifiInfoModel constructor

WifiInfoModel({
  1. String? ssid,
  2. String? bssid,
})

Implementation

WifiInfoModel({this.ssid, this.bssid});