Wifi constructor
Wifi({
- String? state,
- String? ssid,
- String? bssid,
- String? ipv4Address,
- String? ipv6Address,
- String? signalStrength,
- String? linkSpeed,
- String? frequency,
- String? networkId,
- String? gateway,
- String? netmask,
- String? dns1,
- String? dhcpLeaseDuration,
- String? w5ghzBand,
- bool? isWifiAware,
- bool? isWifiDirectAvailable,
constructor of Wifi class.
Implementation
Wifi({
this.state,
this.ssid,
this.bssid,
this.hiddenSsid,
this.ipv4Address,
this.ipv6Address,
this.signalStrength,
this.linkSpeed,
this.frequency,
this.networkId,
this.gateway,
this.netmask,
this.dns1,
this.dhcpLeaseDuration,
this.w5ghzBand,
this.isWifiAware,
this.isWifiDirectAvailable,
});