CarpUser constructor
CarpUser({})
Implementation
CarpUser({
this.username = '',
this.id,
this.accountId,
this.firstName,
this.lastName,
this.isActivated = true,
this.phone,
this.email,
this.department,
this.organization,
});