HubDataDTO constructor
- WifiStatusDTO? wifiStatus,
- bool? cellularConnected,
- int? cellularStrengthLevel,
Implementation
const HubDataDTO({
this.wifiStatus,
this.cellularConnected,
this.cellularStrengthLevel,
});
const HubDataDTO({
this.wifiStatus,
this.cellularConnected,
this.cellularStrengthLevel,
});