copyWithWrapped method

Implementation

WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryRequest
    copyWithWrapped({Wrapped<String?>? inventoryId}) {
  return WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryRequest(
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId));
}