copyWithWrapped method

Implementation

WebApiModulesWarehouseContractExceptionsResponse copyWithWrapped(
    {Wrapped<List<WebApiModulesWarehouseContractExceptionItem>?>?
        exceptions}) {
  return WebApiModulesWarehouseContractExceptionsResponse(
      exceptions: (exceptions != null ? exceptions.value : this.exceptions));
}