VerifyOtpRequestData constructor

VerifyOtpRequestData({
  1. String? countryCode,
  2. String? deviceId,
  3. String? deviceToken,
  4. String? deviceType,
  5. String? email,
  6. String? emailChange,
  7. String? lang,
  8. String? numberChange,
  9. String? otp,
  10. String? phone,
})

Implementation

VerifyOtpRequestData(
    {this.countryCode,
    this.deviceId,
    this.deviceToken,
    this.deviceType,
    this.email,
    this.emailChange,
    this.lang,
    this.numberChange,
    this.otp,
    this.phone});