VerifyOTPParams constructor

VerifyOTPParams({
  1. String? maskId,
  2. String? otp,
})

Implementation

VerifyOTPParams({this.maskId, this.otp});