HomeownerDTO constructor
Implementation
const HomeownerDTO({
this.id,
this.email,
this.firstName,
this.lastName,
this.hasAcceptedTC,
this.deviceSerialNumbers,
this.hasApprovedDevices,
this.hasAppAccount,
this.hasAcceptedMarketingOutreach,
});