WebApiModulesPluginsBoxedUpBoxedUpSignUpUser constructor
WebApiModulesPluginsBoxedUpBoxedUpSignUpUser({})
Implementation
WebApiModulesPluginsBoxedUpBoxedUpSignUpUser({
required this.firstName,
required this.lastName,
required this.email,
required this.username,
required this.password,
required this.passwordConfirmation,
required this.erpIntegration,
});