InProgressDeviceDTO constructor
Implementation
const InProgressDeviceDTO({
this.serialNumber,
this.displayName,
this.address,
this.homeownerFirstName,
this.homeownerLastName,
this.homeownerEmail,
});
const InProgressDeviceDTO({
this.serialNumber,
this.displayName,
this.address,
this.homeownerFirstName,
this.homeownerLastName,
this.homeownerEmail,
});