SignUpRequestData constructor

SignUpRequestData({
  1. String? deviceId,
  2. String? deviceToken,
  3. String? deviceType,
  4. String? email,
  5. String? facebookId,
  6. double? latitude,
  7. double? longitude,
  8. String? name,
  9. String? profileImage,
  10. String? referralCode,
  11. int? requestType,
  12. String? userId,
})

Implementation

SignUpRequestData(
    {this.deviceId,
    this.deviceToken,
    this.deviceType,
    this.email,
    this.facebookId,
    this.latitude,
    this.longitude,
    this.name,
    this.profileImage,
    this.referralCode,
    this.requestType,
    this.userId});