M4eAuthOTPVerificationForm constructor
Implementation
const M4eAuthOTPVerificationForm({@required String otpCode})
: assert(otpCode != null,
'M4eAuthPhoneNumberForm [otpCode] should not be null'),
this.otpCode = otpCode;
const M4eAuthOTPVerificationForm({@required String otpCode})
: assert(otpCode != null,
'M4eAuthPhoneNumberForm [otpCode] should not be null'),
this.otpCode = otpCode;