UserAttributes constructor
UserAttributes({})
Default constructor with all params.
Implementation
UserAttributes({
this.firstName,
this.middleName,
this.lastName,
this.gender,
this.birthday,
this.tags,
this.customAttributes,
});