copyWithWrapped method

WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode copyWithWrapped({
  1. Wrapped<int?>? purchaseOrderReceiveBarCodeId,
  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?>? receiveContractId,
  15. Wrapped<String?>? receiveContractNumber,
  16. Wrapped<String?>? returnContractId,
  17. Wrapped<String?>? inventoryId,
  18. Wrapped<String?>? scannableBarCode,
  19. Wrapped<String?>? iCode,
  20. Wrapped<String?>? description,
  21. Wrapped<String?>? iCodeDescription,
  22. Wrapped<String?>? packingSlipNumber,
  23. Wrapped<String?>? warehouseId,
  24. Wrapped<String?>? itemId,
  25. Wrapped<String?>? purchaseId,
  26. Wrapped<String?>? availableFor,
  27. Wrapped<String?>? availableForDisplay,
  28. Wrapped<String?>? trackedBy,
  29. Wrapped<bool?>? serialNumberIsMixedCase,
  30. Wrapped<String?>? itemOrder,
  31. Wrapped<String?>? dateStamp,
  32. Wrapped<String?>? auditNote,
  33. Wrapped<String?>? recordTitle,
  34. Wrapped? urlIdentifier,
  35. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  36. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  37. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  38. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  39. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  40. Wrapped<bool?>? hasImport,
  41. Wrapped<bool?>? hasDocuments,
  42. Wrapped<String?>? createdByUserId,
  43. Wrapped<String?>? createdByUserName,
  44. Wrapped<String?>? createdDateTime,
  45. Wrapped<String?>? modifiedByUserId,
  46. Wrapped<String?>? modifiedByUserName,
  47. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode
copyWithWrapped({
  Wrapped<int?>? purchaseOrderReceiveBarCodeId,
  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?>? receiveContractId,
  Wrapped<String?>? receiveContractNumber,
  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?>? itemOrder,
  Wrapped<String?>? dateStamp,
  Wrapped<String?>? auditNote,
  Wrapped<String?>? recordTitle,
  Wrapped<dynamic>? urlIdentifier,
  Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
  fields,
  Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  Wrapped<bool?>? hasImport,
  Wrapped<bool?>? hasDocuments,
  Wrapped<String?>? createdByUserId,
  Wrapped<String?>? createdByUserName,
  Wrapped<String?>? createdDateTime,
  Wrapped<String?>? modifiedByUserId,
  Wrapped<String?>? modifiedByUserName,
  Wrapped<String?>? modifiedDateTime,
}) {
  return WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode(
    purchaseOrderReceiveBarCodeId: (purchaseOrderReceiveBarCodeId != null
        ? purchaseOrderReceiveBarCodeId.value
        : this.purchaseOrderReceiveBarCodeId),
    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),
    receiveContractId: (receiveContractId != null
        ? receiveContractId.value
        : this.receiveContractId),
    receiveContractNumber: (receiveContractNumber != null
        ? receiveContractNumber.value
        : this.receiveContractNumber),
    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),
    itemOrder: (itemOrder != null ? itemOrder.value : this.itemOrder),
    dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
    auditNote: (auditNote != null ? auditNote.value : this.auditNote),
    recordTitle: (recordTitle != null ? recordTitle.value : this.recordTitle),
    urlIdentifier: (urlIdentifier != null
        ? urlIdentifier.value
        : this.urlIdentifier),
    fields: (fields != null ? fields.value : this.fields),
    custom: (custom != null ? custom.value : this.custom),
    defaultFieldAttributes: (defaultFieldAttributes != null
        ? defaultFieldAttributes.value
        : this.defaultFieldAttributes),
    original: (original != null ? original.value : this.original),
    translation: (translation != null ? translation.value : this.translation),
    hasImport: (hasImport != null ? hasImport.value : this.hasImport),
    hasDocuments: (hasDocuments != null
        ? hasDocuments.value
        : this.hasDocuments),
    createdByUserId: (createdByUserId != null
        ? createdByUserId.value
        : this.createdByUserId),
    createdByUserName: (createdByUserName != null
        ? createdByUserName.value
        : this.createdByUserName),
    createdDateTime: (createdDateTime != null
        ? createdDateTime.value
        : this.createdDateTime),
    modifiedByUserId: (modifiedByUserId != null
        ? modifiedByUserId.value
        : this.modifiedByUserId),
    modifiedByUserName: (modifiedByUserName != null
        ? modifiedByUserName.value
        : this.modifiedByUserName),
    modifiedDateTime: (modifiedDateTime != null
        ? modifiedDateTime.value
        : this.modifiedDateTime),
  );
}