copyWithWrapped method

WebApiModulesHomeControlsPurchaseOrderReturnBarCodePurchaseOrderReturnBarCode copyWithWrapped({
  1. Wrapped<int?>? purchaseOrderReturnBarCodeId,
  2. Wrapped<String?>? barCode,
  3. Wrapped<String?>? inspectionNumber,
  4. Wrapped<String?>? inspectionVendorId,
  5. Wrapped<String?>? inspectionVendor,
  6. Wrapped<String?>? manufactureDate,
  7. Wrapped<int?>? printQuantity,
  8. Wrapped<String?>? serialNumber,
  9. Wrapped<String?>? rfId,
  10. Wrapped<String?>? purchaseOrderItemId,
  11. Wrapped<String?>? purchaseOrderId,
  12. Wrapped<int?>? orderTranId,
  13. Wrapped<String?>? internalChar,
  14. Wrapped<String?>? returnContractId,
  15. Wrapped<String?>? inventoryId,
  16. Wrapped<String?>? scannableBarCode,
  17. Wrapped<String?>? iCode,
  18. Wrapped<String?>? description,
  19. Wrapped<String?>? iCodeDescription,
  20. Wrapped<String?>? packingSlipNumber,
  21. Wrapped<String?>? warehouseId,
  22. Wrapped<String?>? itemId,
  23. Wrapped<String?>? purchaseId,
  24. Wrapped<String?>? availableFor,
  25. Wrapped<String?>? availableForDisplay,
  26. Wrapped<String?>? trackedBy,
  27. Wrapped<bool?>? serialNumberIsMixedCase,
  28. Wrapped<String?>? dateStamp,
  29. Wrapped<String?>? auditNote,
  30. Wrapped<String?>? recordTitle,
  31. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  32. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  33. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  34. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesHomeControlsPurchaseOrderReturnBarCodePurchaseOrderReturnBarCode
    copyWithWrapped(
        {Wrapped<int?>? purchaseOrderReturnBarCodeId,
        Wrapped<String?>? barCode,
        Wrapped<String?>? inspectionNumber,
        Wrapped<String?>? inspectionVendorId,
        Wrapped<String?>? inspectionVendor,
        Wrapped<String?>? manufactureDate,
        Wrapped<int?>? printQuantity,
        Wrapped<String?>? serialNumber,
        Wrapped<String?>? rfId,
        Wrapped<String?>? purchaseOrderItemId,
        Wrapped<String?>? purchaseOrderId,
        Wrapped<int?>? orderTranId,
        Wrapped<String?>? internalChar,
        Wrapped<String?>? returnContractId,
        Wrapped<String?>? inventoryId,
        Wrapped<String?>? scannableBarCode,
        Wrapped<String?>? iCode,
        Wrapped<String?>? description,
        Wrapped<String?>? iCodeDescription,
        Wrapped<String?>? packingSlipNumber,
        Wrapped<String?>? warehouseId,
        Wrapped<String?>? itemId,
        Wrapped<String?>? purchaseId,
        Wrapped<String?>? availableFor,
        Wrapped<String?>? availableForDisplay,
        Wrapped<String?>? trackedBy,
        Wrapped<bool?>? serialNumberIsMixedCase,
        Wrapped<String?>? dateStamp,
        Wrapped<String?>? auditNote,
        Wrapped<String?>? recordTitle,
        Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
            fields,
        Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
        Wrapped<List<FwStandardDataFwDefaultAttribute>?>?
            defaultFieldAttributes,
        Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
  return WebApiModulesHomeControlsPurchaseOrderReturnBarCodePurchaseOrderReturnBarCode(
      purchaseOrderReturnBarCodeId: (purchaseOrderReturnBarCodeId != null
          ? purchaseOrderReturnBarCodeId.value
          : this.purchaseOrderReturnBarCodeId),
      barCode: (barCode != null ? barCode.value : this.barCode),
      inspectionNumber: (inspectionNumber != null
          ? inspectionNumber.value
          : this.inspectionNumber),
      inspectionVendorId: (inspectionVendorId != null
          ? inspectionVendorId.value
          : this.inspectionVendorId),
      inspectionVendor: (inspectionVendor != null
          ? inspectionVendor.value
          : this.inspectionVendor),
      manufactureDate: (manufactureDate != null
          ? manufactureDate.value
          : this.manufactureDate),
      printQuantity:
          (printQuantity != null ? printQuantity.value : this.printQuantity),
      serialNumber:
          (serialNumber != null ? serialNumber.value : this.serialNumber),
      rfId: (rfId != null ? rfId.value : this.rfId),
      purchaseOrderItemId: (purchaseOrderItemId != null
          ? purchaseOrderItemId.value
          : this.purchaseOrderItemId),
      purchaseOrderId: (purchaseOrderId != null
          ? purchaseOrderId.value
          : this.purchaseOrderId),
      orderTranId:
          (orderTranId != null ? orderTranId.value : this.orderTranId),
      internalChar:
          (internalChar != null ? internalChar.value : this.internalChar),
      returnContractId: (returnContractId != null
          ? returnContractId.value
          : this.returnContractId),
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId),
      scannableBarCode: (scannableBarCode != null
          ? scannableBarCode.value
          : this.scannableBarCode),
      iCode: (iCode != null ? iCode.value : this.iCode),
      description:
          (description != null ? description.value : this.description),
      iCodeDescription: (iCodeDescription != null
          ? iCodeDescription.value
          : this.iCodeDescription),
      packingSlipNumber: (packingSlipNumber != null
          ? packingSlipNumber.value
          : this.packingSlipNumber),
      warehouseId:
          (warehouseId != null ? warehouseId.value : this.warehouseId),
      itemId: (itemId != null ? itemId.value : this.itemId),
      purchaseId: (purchaseId != null ? purchaseId.value : this.purchaseId),
      availableFor:
          (availableFor != null ? availableFor.value : this.availableFor),
      availableForDisplay: (availableForDisplay != null
          ? availableForDisplay.value
          : this.availableForDisplay),
      trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
      serialNumberIsMixedCase: (serialNumberIsMixedCase != null
          ? serialNumberIsMixedCase.value
          : this.serialNumberIsMixedCase),
      dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
      auditNote: (auditNote != null ? auditNote.value : this.auditNote),
      recordTitle:
          (recordTitle != null ? recordTitle.value : this.recordTitle),
      fields: (fields != null ? fields.value : this.fields),
      custom: (custom != null ? custom.value : this.custom),
      defaultFieldAttributes: (defaultFieldAttributes != null
          ? defaultFieldAttributes.value
          : this.defaultFieldAttributes),
      translation:
          (translation != null ? translation.value : this.translation));
}