UserData constructor
UserData({})
Implementation
UserData({
this.externalUserId,
this.firstName,
this.lastName,
this.middleName,
this.gender,
this.birthday,
this.phones,
this.emails,
this.tags,
this.customAttributes,
});