GeneratorDTO constructor

const GeneratorDTO({
  1. String? serialNumber,
  2. SubDeviceConnectionTypeDTO? connectionType,
  3. String? displayName,
})

Implementation

const GeneratorDTO({
  this.serialNumber,
  this.connectionType,
  this.displayName,
});