ResponseData constructor

ResponseData({
  1. String? sId,
  2. String? email,
  3. String? name,
  4. String? countryCode,
  5. String? mobile,
})

Implementation

ResponseData(
    {this.sId, this.email, this.name, this.countryCode, this.mobile});