RegistrationCreate constructor
RegistrationCreate({})
Returns a new RegistrationCreate instance.
Implementation
RegistrationCreate({
this.customer,
required this.email,
this.firstName,
this.lastName,
required this.password,
required this.redirectUrl,
});