Radios constructor

Radios({
  1. bool? bluetooth,
  2. bool? gps,
  3. bool? nfc,
  4. bool? wifi,
})

Implementation

Radios({
  this.bluetooth,
  this.gps,
  this.nfc,
  this.wifi,
});