copyWithWrapped method

Implementation

WebApiModulesIntegrationsStorefrontContactRegistrationResponse
copyWithWrapped({Wrapped<bool?>? success}) {
  return WebApiModulesIntegrationsStorefrontContactRegistrationResponse(
    success: (success != null ? success.value : this.success),
  );
}