DeviceDataDTO constructor
- int? id,
- String? serialNumber,
- String? displayName,
- AddressDTO? address,
- bool? hasServiceAgreement,
- ConnectionTypeDTO? connectionType,
Implementation
const DeviceDataDTO({
this.id,
this.serialNumber,
this.displayName,
this.address,
this.hasServiceAgreement,
this.connectionType,
});