AtsDTO constructor
- String? serialNumber,
- String? modelNo,
- PowerSourceDTO? powerSource,
- SubDeviceConnectionTypeDTO? atsConnectionType,
- SignalStrengthDTO? ismSignalStrength,
- String? displayName,
Implementation
const AtsDTO({
this.serialNumber,
this.modelNo,
this.powerSource,
this.atsConnectionType,
this.ismSignalStrength,
this.displayName,
});