ResponseData constructor

ResponseData({
  1. String? userId,
  2. String? name,
  3. String? email,
  4. String? countryCode,
  5. String? mobile,
  6. String? profileUrl,
  7. String? rslId,
})

Implementation

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