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