PatchedUserProfile constructor
PatchedUserProfile({})
Returns a new PatchedUserProfile instance.
Implementation
PatchedUserProfile({
this.agreedToTerms,
this.gender,
this.phoneNumber,
this.firstName,
this.lastName,
this.skypeAddress,
this.photo,
this.dateOfBirth,
this.email,
this.isActive,
this.emailVerified,
this.isPhoneConfirmed,
});