UserModel constructor
UserModel({})
Implementation
UserModel({
this.prefix,
this.firstName,
this.lastName,
this.nickName,
this.gender,
this.image,
this.email,
this.age,
this.mobile,
this.address,
this.occupation,
this.maritalStatus,
this.education,
});