WirelessConnection constructor

WirelessConnection({
  1. bool? isWifiEnabled,
})

Implementation

WirelessConnection({
  this.isWifiEnabled,
});