OnboardingFlowCreateCustomer constructor
OnboardingFlowCreateCustomer({})
Returns a new OnboardingFlowCreateCustomer instance.
Implementation
OnboardingFlowCreateCustomer({
required this.email,
required this.verificationCode,
required this.password,
required this.firstName,
this.phoneNumber = '',
this.isPhoneConfirmed,
required this.lastName,
this.token,
this.user,
this.referer,
});