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