WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser constructor

WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser({
  1. String? firstName,
  2. String? lastName,
  3. String? email,
  4. String? username,
  5. String? password,
  6. String? passwordConfirmation,
  7. WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUserErp? erpIntegration,
})

Implementation

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