UserData constructor
UserData({})
Default constructor with all params. Use InfobipMobilemessaging.fetchUser to fetch UserData from the server.
Implementation
UserData({
this.externalUserId,
this.firstName,
this.lastName,
this.middleName,
this.gender,
this.birthday,
this.type,
this.phones,
this.emails,
this.tags,
this.customAttributes,
this.installations,
});