TutorCruncherSignup constructor
TutorCruncherSignup({})
Returns a new TutorCruncherSignup instance.
Implementation
TutorCruncherSignup({
required this.firstName,
required this.lastName,
required this.email,
required this.phone,
});