UserInfo constructor
UserInfo({})
Implementation
UserInfo({
this.userId = "",
this.name = "",
this.gender = "",
this.email = "",
this.phone = "",
this.age = 0,
this.country = "",
this.city = "",
this.deviceToken = "",
});