OtpCheckRequest constructor

OtpCheckRequest({
  1. String? otp,
  2. String? emailAddress,
})

Implementation

OtpCheckRequest({this.otp, this.emailAddress});