ClientUserEntity constructor
ClientUserEntity({})
Implementation
ClientUserEntity({
this.firstName,
this.lastName,
this.email,
this.phone,
this.document,
this.documentType,
this.twoFactorAuthKey,
this.developerPassword,
this.administratorId,
this.memberships,
});