ResponseData constructor
ResponseData({})
Implementation
ResponseData(
{this.userId,
this.name,
this.email,
this.countryCode,
this.mobile,
this.profileUrl,
this.rslId
//this.role
});