UserUpdate constructor
UserUpdate({})
Returns a new UserUpdate instance.
Implementation
UserUpdate({
this.id,
this.email,
this.firstName,
this.lastName,
this.phoneNumber,
this.gender,
this.skypeAddress,
this.dateOfBirth,
this.emailVerified,
this.isPhoneConfirmed,
});