GeneratorDTO constructor
- String? serialNumber,
- SubDeviceConnectionTypeDTO? connectionType,
- String? displayName,
Implementation
const GeneratorDTO({
this.serialNumber,
this.connectionType,
this.displayName,
});
const GeneratorDTO({
this.serialNumber,
this.connectionType,
this.displayName,
});