CheckSMSVerificationCode constructor
CheckSMSVerificationCode({})
Returns a new CheckSMSVerificationCode instance.
Implementation
CheckSMSVerificationCode({
required this.phone,
required this.code,
required this.recaptchaToken,
});