AtsDTO constructor

const AtsDTO({
  1. String? serialNumber,
  2. String? modelNo,
  3. PowerSourceDTO? powerSource,
  4. SubDeviceConnectionTypeDTO? atsConnectionType,
  5. SignalStrengthDTO? ismSignalStrength,
  6. String? displayName,
})

Implementation

const AtsDTO({
  this.serialNumber,
  this.modelNo,
  this.powerSource,
  this.atsConnectionType,
  this.ismSignalStrength,
  this.displayName,
});