copyWithWrapped method

WebApiModulesWarehouseCheckInReconcileReconcileICode copyWithWrapped({
  1. Wrapped<String?>? iCode,
  2. Wrapped<String?>? inventoryDescription,
  3. Wrapped<String?>? orderId,
  4. Wrapped<String?>? orderDescription,
  5. Wrapped<String?>? dueDate,
  6. Wrapped<String?>? contractId,
  7. Wrapped<String?>? dealId,
  8. Wrapped<String?>? departmentId,
  9. Wrapped<String?>? crossVendor,
  10. Wrapped<String?>? vendor,
  11. Wrapped<double?>? unassigned,
  12. Wrapped<String?>? inventoryId,
  13. Wrapped<String?>? vendorId,
  14. Wrapped<String?>? itemClass,
  15. Wrapped<String?>? nestedMasterItemId,
  16. Wrapped<String?>? packageId,
  17. Wrapped<String?>? packageItemId,
  18. Wrapped<String?>? trackedBy,
  19. Wrapped<String?>? scannedBy,
  20. Wrapped<String?>? orderNumber,
  21. Wrapped<String?>? barcode,
  22. Wrapped<String?>? exception,
  23. Wrapped<String?>? inContractId,
  24. Wrapped<String?>? orderItemId,
  25. Wrapped<bool?>? returnToReceipt,
  26. Wrapped<double?>? orderTranId,
  27. Wrapped<String?>? internalChar,
  28. Wrapped<double?>? quikInItemId,
  29. Wrapped<String?>? quikInInternalChar,
  30. Wrapped<String?>? inContractNumber,
  31. Wrapped<double?>? sessionNumber,
  32. Wrapped<double?>? ordered,
  33. Wrapped<double?>? stillOut,
  34. Wrapped<double?>? counted,
  35. Wrapped<double?>? quantity,
  36. Wrapped<double?>? sessionIn,
  37. Wrapped<double?>? remaining,
  38. Wrapped<double?>? status,
  39. Wrapped<String?>? message,
})

Implementation

WebApiModulesWarehouseCheckInReconcileReconcileICode copyWithWrapped(
    {Wrapped<String?>? iCode,
    Wrapped<String?>? inventoryDescription,
    Wrapped<String?>? orderId,
    Wrapped<String?>? orderDescription,
    Wrapped<String?>? dueDate,
    Wrapped<String?>? contractId,
    Wrapped<String?>? dealId,
    Wrapped<String?>? departmentId,
    Wrapped<String?>? crossVendor,
    Wrapped<String?>? vendor,
    Wrapped<double?>? unassigned,
    Wrapped<String?>? inventoryId,
    Wrapped<String?>? vendorId,
    Wrapped<String?>? itemClass,
    Wrapped<String?>? nestedMasterItemId,
    Wrapped<String?>? packageId,
    Wrapped<String?>? packageItemId,
    Wrapped<String?>? trackedBy,
    Wrapped<String?>? scannedBy,
    Wrapped<String?>? orderNumber,
    Wrapped<String?>? barcode,
    Wrapped<String?>? exception,
    Wrapped<String?>? inContractId,
    Wrapped<String?>? orderItemId,
    Wrapped<bool?>? returnToReceipt,
    Wrapped<double?>? orderTranId,
    Wrapped<String?>? internalChar,
    Wrapped<double?>? quikInItemId,
    Wrapped<String?>? quikInInternalChar,
    Wrapped<String?>? inContractNumber,
    Wrapped<double?>? sessionNumber,
    Wrapped<double?>? ordered,
    Wrapped<double?>? stillOut,
    Wrapped<double?>? counted,
    Wrapped<double?>? quantity,
    Wrapped<double?>? sessionIn,
    Wrapped<double?>? remaining,
    Wrapped<double?>? status,
    Wrapped<String?>? message}) {
  return WebApiModulesWarehouseCheckInReconcileReconcileICode(
      iCode: (iCode != null ? iCode.value : this.iCode),
      inventoryDescription: (inventoryDescription != null
          ? inventoryDescription.value
          : this.inventoryDescription),
      orderId: (orderId != null ? orderId.value : this.orderId),
      orderDescription: (orderDescription != null
          ? orderDescription.value
          : this.orderDescription),
      dueDate: (dueDate != null ? dueDate.value : this.dueDate),
      contractId: (contractId != null ? contractId.value : this.contractId),
      dealId: (dealId != null ? dealId.value : this.dealId),
      departmentId:
          (departmentId != null ? departmentId.value : this.departmentId),
      crossVendor:
          (crossVendor != null ? crossVendor.value : this.crossVendor),
      vendor: (vendor != null ? vendor.value : this.vendor),
      unassigned: (unassigned != null ? unassigned.value : this.unassigned),
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId),
      vendorId: (vendorId != null ? vendorId.value : this.vendorId),
      itemClass: (itemClass != null ? itemClass.value : this.itemClass),
      nestedMasterItemId: (nestedMasterItemId != null
          ? nestedMasterItemId.value
          : this.nestedMasterItemId),
      packageId: (packageId != null ? packageId.value : this.packageId),
      packageItemId:
          (packageItemId != null ? packageItemId.value : this.packageItemId),
      trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
      scannedBy: (scannedBy != null ? scannedBy.value : this.scannedBy),
      orderNumber:
          (orderNumber != null ? orderNumber.value : this.orderNumber),
      barcode: (barcode != null ? barcode.value : this.barcode),
      exception: (exception != null ? exception.value : this.exception),
      inContractId:
          (inContractId != null ? inContractId.value : this.inContractId),
      orderItemId:
          (orderItemId != null ? orderItemId.value : this.orderItemId),
      returnToReceipt: (returnToReceipt != null
          ? returnToReceipt.value
          : this.returnToReceipt),
      orderTranId:
          (orderTranId != null ? orderTranId.value : this.orderTranId),
      internalChar:
          (internalChar != null ? internalChar.value : this.internalChar),
      quikInItemId:
          (quikInItemId != null ? quikInItemId.value : this.quikInItemId),
      quikInInternalChar: (quikInInternalChar != null
          ? quikInInternalChar.value
          : this.quikInInternalChar),
      inContractNumber: (inContractNumber != null
          ? inContractNumber.value
          : this.inContractNumber),
      sessionNumber:
          (sessionNumber != null ? sessionNumber.value : this.sessionNumber),
      ordered: (ordered != null ? ordered.value : this.ordered),
      stillOut: (stillOut != null ? stillOut.value : this.stillOut),
      counted: (counted != null ? counted.value : this.counted),
      quantity: (quantity != null ? quantity.value : this.quantity),
      sessionIn: (sessionIn != null ? sessionIn.value : this.sessionIn),
      remaining: (remaining != null ? remaining.value : this.remaining),
      status: (status != null ? status.value : this.status),
      message: (message != null ? message.value : this.message));
}