DeviceRadioState constructor

DeviceRadioState({
  1. String? airplaneModeState,
  2. String? cellularTwoGState,
  3. String? minimumWifiSecurityLevel,
  4. String? ultraWidebandState,
  5. String? wifiState,
})

Implementation

DeviceRadioState({
  this.airplaneModeState,
  this.cellularTwoGState,
  this.minimumWifiSecurityLevel,
  this.ultraWidebandState,
  this.wifiState,
});