WebApiModulesPluginsBoxedUpBoxedUpSignUpUser constructor

WebApiModulesPluginsBoxedUpBoxedUpSignUpUser({
  1. required String firstName,
  2. required String lastName,
  3. required String email,
  4. required String username,
  5. required String password,
  6. required String passwordConfirmation,
  7. required WebApiModulesPluginsBoxedUpBoxedUpSignUpUserErp erpIntegration,
})

Implementation

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