copyWithWrapped method
Implementation
WebApiModulesWarehouseCheckOutOrderHasStorageContainerResponse
copyWithWrapped({Wrapped<bool?>? orderHasStorageContainer}) {
return WebApiModulesWarehouseCheckOutOrderHasStorageContainerResponse(
orderHasStorageContainer: (orderHasStorageContainer != null
? orderHasStorageContainer.value
: this.orderHasStorageContainer));
}