copyWithWrapped method

WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem copyWithWrapped({
  1. Wrapped<String?>? sessionId,
  2. Wrapped<String?>? orderId,
  3. Wrapped<String?>? orderItemId,
  4. Wrapped<String?>? parentId,
  5. Wrapped<String?>? parentParentId,
  6. Wrapped<double?>? accessoryRatio,
  7. Wrapped<String?>? inventoryTypeId,
  8. Wrapped<String?>? inventoryType,
  9. Wrapped<String?>? inventoryTypeIdNoParent,
  10. Wrapped<String?>? orderNumber,
  11. Wrapped<String?>? locationId,
  12. Wrapped<String?>? departmentId,
  13. Wrapped<String?>? dealId,
  14. Wrapped<String?>? orderType,
  15. Wrapped<String?>? orderStatus,
  16. Wrapped<String?>? iCode,
  17. Wrapped<String?>? description,
  18. Wrapped<double?>? quantityOrdered,
  19. Wrapped<double?>? subQuantity,
  20. Wrapped<double?>? consignQuantity,
  21. Wrapped<double?>? quantityInLocation,
  22. Wrapped<String?>? pickDate,
  23. Wrapped<double?>? pickQuantity,
  24. Wrapped<double?>? stagedQuantity,
  25. Wrapped<double?>? outQuantity,
  26. Wrapped<double?>? remainingQuantity,
  27. Wrapped<double?>? pickedQuantity,
  28. Wrapped<String?>? inventoryId,
  29. Wrapped<String?>? warehouseId,
  30. Wrapped<String?>? warehouse,
  31. Wrapped<String?>? warehouseCode,
  32. Wrapped<String?>? recType,
  33. Wrapped<String?>? recTypeDisplay,
  34. Wrapped<String?>? itemClass,
  35. Wrapped<String?>? itemOrder,
  36. Wrapped<bool?>? optionColor,
  37. Wrapped<String?>? itemId,
  38. Wrapped<String?>? barCode,
  39. Wrapped<String?>? serialNumber,
  40. Wrapped<String?>? subVendorId,
  41. Wrapped<String?>? consignorId,
  42. Wrapped<String?>? vendor,
  43. Wrapped<String?>? nestedOrderItemId,
  44. Wrapped<int?>? nestingLevel,
  45. Wrapped<String?>? auditNote,
  46. Wrapped<String?>? recordTitle,
  47. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  48. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  49. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  50. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem
    copyWithWrapped(
        {Wrapped<String?>? sessionId,
        Wrapped<String?>? orderId,
        Wrapped<String?>? orderItemId,
        Wrapped<String?>? parentId,
        Wrapped<String?>? parentParentId,
        Wrapped<double?>? accessoryRatio,
        Wrapped<String?>? inventoryTypeId,
        Wrapped<String?>? inventoryType,
        Wrapped<String?>? inventoryTypeIdNoParent,
        Wrapped<String?>? orderNumber,
        Wrapped<String?>? locationId,
        Wrapped<String?>? departmentId,
        Wrapped<String?>? dealId,
        Wrapped<String?>? orderType,
        Wrapped<String?>? orderStatus,
        Wrapped<String?>? iCode,
        Wrapped<String?>? description,
        Wrapped<double?>? quantityOrdered,
        Wrapped<double?>? subQuantity,
        Wrapped<double?>? consignQuantity,
        Wrapped<double?>? quantityInLocation,
        Wrapped<String?>? pickDate,
        Wrapped<double?>? pickQuantity,
        Wrapped<double?>? stagedQuantity,
        Wrapped<double?>? outQuantity,
        Wrapped<double?>? remainingQuantity,
        Wrapped<double?>? pickedQuantity,
        Wrapped<String?>? inventoryId,
        Wrapped<String?>? warehouseId,
        Wrapped<String?>? warehouse,
        Wrapped<String?>? warehouseCode,
        Wrapped<String?>? recType,
        Wrapped<String?>? recTypeDisplay,
        Wrapped<String?>? itemClass,
        Wrapped<String?>? itemOrder,
        Wrapped<bool?>? optionColor,
        Wrapped<String?>? itemId,
        Wrapped<String?>? barCode,
        Wrapped<String?>? serialNumber,
        Wrapped<String?>? subVendorId,
        Wrapped<String?>? consignorId,
        Wrapped<String?>? vendor,
        Wrapped<String?>? nestedOrderItemId,
        Wrapped<int?>? nestingLevel,
        Wrapped<String?>? auditNote,
        Wrapped<String?>? recordTitle,
        Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
            fields,
        Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
        Wrapped<List<FwStandardDataFwDefaultAttribute>?>?
            defaultFieldAttributes,
        Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
  return WebApiModulesHomeControlsPickListUtilityItemPickListUtilityItem(
      sessionId: (sessionId != null ? sessionId.value : this.sessionId),
      orderId: (orderId != null ? orderId.value : this.orderId),
      orderItemId:
          (orderItemId != null ? orderItemId.value : this.orderItemId),
      parentId: (parentId != null ? parentId.value : this.parentId),
      parentParentId: (parentParentId != null
          ? parentParentId.value
          : this.parentParentId),
      accessoryRatio: (accessoryRatio != null
          ? accessoryRatio.value
          : this.accessoryRatio),
      inventoryTypeId: (inventoryTypeId != null
          ? inventoryTypeId.value
          : this.inventoryTypeId),
      inventoryType:
          (inventoryType != null ? inventoryType.value : this.inventoryType),
      inventoryTypeIdNoParent: (inventoryTypeIdNoParent != null
          ? inventoryTypeIdNoParent.value
          : this.inventoryTypeIdNoParent),
      orderNumber:
          (orderNumber != null ? orderNumber.value : this.orderNumber),
      locationId: (locationId != null ? locationId.value : this.locationId),
      departmentId:
          (departmentId != null ? departmentId.value : this.departmentId),
      dealId: (dealId != null ? dealId.value : this.dealId),
      orderType: (orderType != null ? orderType.value : this.orderType),
      orderStatus:
          (orderStatus != null ? orderStatus.value : this.orderStatus),
      iCode: (iCode != null ? iCode.value : this.iCode),
      description:
          (description != null ? description.value : this.description),
      quantityOrdered: (quantityOrdered != null
          ? quantityOrdered.value
          : this.quantityOrdered),
      subQuantity:
          (subQuantity != null ? subQuantity.value : this.subQuantity),
      consignQuantity: (consignQuantity != null
          ? consignQuantity.value
          : this.consignQuantity),
      quantityInLocation: (quantityInLocation != null
          ? quantityInLocation.value
          : this.quantityInLocation),
      pickDate: (pickDate != null ? pickDate.value : this.pickDate),
      pickQuantity:
          (pickQuantity != null ? pickQuantity.value : this.pickQuantity),
      stagedQuantity: (stagedQuantity != null
          ? stagedQuantity.value
          : this.stagedQuantity),
      outQuantity:
          (outQuantity != null ? outQuantity.value : this.outQuantity),
      remainingQuantity: (remainingQuantity != null
          ? remainingQuantity.value
          : this.remainingQuantity),
      pickedQuantity: (pickedQuantity != null
          ? pickedQuantity.value
          : this.pickedQuantity),
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId),
      warehouseId:
          (warehouseId != null ? warehouseId.value : this.warehouseId),
      warehouse: (warehouse != null ? warehouse.value : this.warehouse),
      warehouseCode:
          (warehouseCode != null ? warehouseCode.value : this.warehouseCode),
      recType: (recType != null ? recType.value : this.recType),
      recTypeDisplay: (recTypeDisplay != null
          ? recTypeDisplay.value
          : this.recTypeDisplay),
      itemClass: (itemClass != null ? itemClass.value : this.itemClass),
      itemOrder: (itemOrder != null ? itemOrder.value : this.itemOrder),
      optionColor:
          (optionColor != null ? optionColor.value : this.optionColor),
      itemId: (itemId != null ? itemId.value : this.itemId),
      barCode: (barCode != null ? barCode.value : this.barCode),
      serialNumber:
          (serialNumber != null ? serialNumber.value : this.serialNumber),
      subVendorId:
          (subVendorId != null ? subVendorId.value : this.subVendorId),
      consignorId:
          (consignorId != null ? consignorId.value : this.consignorId),
      vendor: (vendor != null ? vendor.value : this.vendor),
      nestedOrderItemId: (nestedOrderItemId != null
          ? nestedOrderItemId.value
          : this.nestedOrderItemId),
      nestingLevel:
          (nestingLevel != null ? nestingLevel.value : this.nestingLevel),
      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));
}