TutorSMSCreateAccount constructor
TutorSMSCreateAccount({})
Returns a new TutorSMSCreateAccount instance.
Implementation
TutorSMSCreateAccount({
required this.name,
this.phoneNumber,
this.email,
this.password,
this.agreedToTerms,
required this.dateOfBirth,
required this.smsVerificationCode,
});