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