HomeUserDTO constructor
Implementation
const HomeUserDTO({
this.userId,
this.firstName,
this.lastName,
this.email,
this.isLoggedInUser,
this.isPendingUser,
this.invitationDate,
});
const HomeUserDTO({
this.userId,
this.firstName,
this.lastName,
this.email,
this.isLoggedInUser,
this.isPendingUser,
this.invitationDate,
});