WifiConfigState constructor
WifiConfigState({})
Implementation
WifiConfigState({
this.gettingWifiInfo = false,
this.ssid,
this.scanResult,
this.dhcpInfo,
this.configuring = false,
this.configResult,
this.errorCode,
});