HubDataDTO constructor

const HubDataDTO({
  1. WifiStatusDTO? wifiStatus,
  2. bool? cellularConnected,
  3. int? cellularStrengthLevel,
})

Implementation

const HubDataDTO({
  this.wifiStatus,
  this.cellularConnected,
  this.cellularStrengthLevel,
});