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