copyWithWrapped method

WebApiModulesHomeControlsPickListItemPickListItem copyWithWrapped({
  1. Wrapped<String?>? pickListItemId,
  2. Wrapped<String?>? pickListId,
  3. Wrapped<String?>? orderId,
  4. Wrapped<String?>? orderNumber,
  5. Wrapped<String?>? masterItemId,
  6. Wrapped<String?>? usersId,
  7. Wrapped<int?>? pickQuantity,
  8. Wrapped<int?>? quantityOrdered,
  9. Wrapped<int?>? consignQuantity,
  10. Wrapped<int?>? stagedQuantity,
  11. Wrapped<int?>? outQuantity,
  12. Wrapped<int?>? inLocationQuantity,
  13. Wrapped<String?>? masterId,
  14. Wrapped<String?>? iCode,
  15. Wrapped<String?>? iCodeColor,
  16. Wrapped<String?>? description,
  17. Wrapped<String?>? descriptionColor,
  18. Wrapped<String?>? optionColor,
  19. Wrapped<String?>? itemClass,
  20. Wrapped<String?>? itemOrder,
  21. Wrapped<String?>? pickDate,
  22. Wrapped<String?>? pickTime,
  23. Wrapped<String?>? recType,
  24. Wrapped<String?>? vendorId,
  25. Wrapped<String?>? consignorId,
  26. Wrapped<String?>? vendorConsignorColor,
  27. Wrapped<String?>? vendorConsignor,
  28. Wrapped<String?>? inventoryTypeId,
  29. Wrapped<String?>? categoryId,
  30. Wrapped<String?>? warehouseId,
  31. Wrapped<bool?>? conflict,
  32. Wrapped<bool?>? bold,
  33. Wrapped<String?>? itemOrderPickList,
  34. Wrapped<String?>? notes,
  35. Wrapped<String?>? barCode,
  36. Wrapped<String?>? serialNumber,
  37. Wrapped<String?>? rfId,
  38. Wrapped<int?>? nestingLevel,
  39. Wrapped<String?>? dateStamp,
  40. Wrapped<String?>? auditNote,
  41. Wrapped<String?>? recordTitle,
  42. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  43. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  44. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  45. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesHomeControlsPickListItemPickListItem copyWithWrapped(
    {Wrapped<String?>? pickListItemId,
    Wrapped<String?>? pickListId,
    Wrapped<String?>? orderId,
    Wrapped<String?>? orderNumber,
    Wrapped<String?>? masterItemId,
    Wrapped<String?>? usersId,
    Wrapped<int?>? pickQuantity,
    Wrapped<int?>? quantityOrdered,
    Wrapped<int?>? consignQuantity,
    Wrapped<int?>? stagedQuantity,
    Wrapped<int?>? outQuantity,
    Wrapped<int?>? inLocationQuantity,
    Wrapped<String?>? masterId,
    Wrapped<String?>? iCode,
    Wrapped<String?>? iCodeColor,
    Wrapped<String?>? description,
    Wrapped<String?>? descriptionColor,
    Wrapped<String?>? optionColor,
    Wrapped<String?>? itemClass,
    Wrapped<String?>? itemOrder,
    Wrapped<String?>? pickDate,
    Wrapped<String?>? pickTime,
    Wrapped<String?>? recType,
    Wrapped<String?>? vendorId,
    Wrapped<String?>? consignorId,
    Wrapped<String?>? vendorConsignorColor,
    Wrapped<String?>? vendorConsignor,
    Wrapped<String?>? inventoryTypeId,
    Wrapped<String?>? categoryId,
    Wrapped<String?>? warehouseId,
    Wrapped<bool?>? conflict,
    Wrapped<bool?>? bold,
    Wrapped<String?>? itemOrderPickList,
    Wrapped<String?>? notes,
    Wrapped<String?>? barCode,
    Wrapped<String?>? serialNumber,
    Wrapped<String?>? rfId,
    Wrapped<int?>? nestingLevel,
    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 WebApiModulesHomeControlsPickListItemPickListItem(
      pickListItemId: (pickListItemId != null
          ? pickListItemId.value
          : this.pickListItemId),
      pickListId: (pickListId != null ? pickListId.value : this.pickListId),
      orderId: (orderId != null ? orderId.value : this.orderId),
      orderNumber:
          (orderNumber != null ? orderNumber.value : this.orderNumber),
      masterItemId:
          (masterItemId != null ? masterItemId.value : this.masterItemId),
      usersId: (usersId != null ? usersId.value : this.usersId),
      pickQuantity:
          (pickQuantity != null ? pickQuantity.value : this.pickQuantity),
      quantityOrdered: (quantityOrdered != null
          ? quantityOrdered.value
          : this.quantityOrdered),
      consignQuantity: (consignQuantity != null
          ? consignQuantity.value
          : this.consignQuantity),
      stagedQuantity: (stagedQuantity != null
          ? stagedQuantity.value
          : this.stagedQuantity),
      outQuantity:
          (outQuantity != null ? outQuantity.value : this.outQuantity),
      inLocationQuantity: (inLocationQuantity != null
          ? inLocationQuantity.value
          : this.inLocationQuantity),
      masterId: (masterId != null ? masterId.value : this.masterId),
      iCode: (iCode != null ? iCode.value : this.iCode),
      iCodeColor: (iCodeColor != null ? iCodeColor.value : this.iCodeColor),
      description:
          (description != null ? description.value : this.description),
      descriptionColor: (descriptionColor != null
          ? descriptionColor.value
          : this.descriptionColor),
      optionColor:
          (optionColor != null ? optionColor.value : this.optionColor),
      itemClass: (itemClass != null ? itemClass.value : this.itemClass),
      itemOrder: (itemOrder != null ? itemOrder.value : this.itemOrder),
      pickDate: (pickDate != null ? pickDate.value : this.pickDate),
      pickTime: (pickTime != null ? pickTime.value : this.pickTime),
      recType: (recType != null ? recType.value : this.recType),
      vendorId: (vendorId != null ? vendorId.value : this.vendorId),
      consignorId:
          (consignorId != null ? consignorId.value : this.consignorId),
      vendorConsignorColor: (vendorConsignorColor != null
          ? vendorConsignorColor.value
          : this.vendorConsignorColor),
      vendorConsignor: (vendorConsignor != null
          ? vendorConsignor.value
          : this.vendorConsignor),
      inventoryTypeId: (inventoryTypeId != null
          ? inventoryTypeId.value
          : this.inventoryTypeId),
      categoryId: (categoryId != null ? categoryId.value : this.categoryId),
      warehouseId:
          (warehouseId != null ? warehouseId.value : this.warehouseId),
      conflict: (conflict != null ? conflict.value : this.conflict),
      bold: (bold != null ? bold.value : this.bold),
      itemOrderPickList: (itemOrderPickList != null
          ? itemOrderPickList.value
          : this.itemOrderPickList),
      notes: (notes != null ? notes.value : this.notes),
      barCode: (barCode != null ? barCode.value : this.barCode),
      serialNumber:
          (serialNumber != null ? serialNumber.value : this.serialNumber),
      rfId: (rfId != null ? rfId.value : this.rfId),
      nestingLevel:
          (nestingLevel != null ? nestingLevel.value : this.nestingLevel),
      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));
}