UserInfoModel constructor
UserInfoModel({})
Implementation
UserInfoModel({
this.name,
this.surname,
this.email,
this.mobile,
this.id,
this.birthdate,
this.gender,
this.username,
this.rcvNot,
this.tags,
this.lang,
this.memberFields,
});