copyWithWrapped method

WebApiModulesHomeControlsContractItemDetailContractItemDetail copyWithWrapped({
  1. Wrapped<String?>? contractId,
  2. Wrapped<String?>? contractNumber,
  3. Wrapped<String?>? contractType,
  4. Wrapped<String?>? orderId,
  5. Wrapped<String?>? orderItemId,
  6. Wrapped<String?>? orderNumber,
  7. Wrapped<String?>? orderDescription,
  8. Wrapped<String?>? iCode,
  9. Wrapped<String?>? iCodeDisplay,
  10. Wrapped<String?>? iCodeColor,
  11. Wrapped<String?>? description,
  12. Wrapped<String?>? descriptionColor,
  13. Wrapped<double?>? quantity,
  14. Wrapped<String?>? barCode,
  15. Wrapped<String?>? itemId,
  16. Wrapped<String?>? manufacturerPartNumber,
  17. Wrapped<String?>? trackedBy,
  18. Wrapped<String?>? categoryId,
  19. Wrapped<String?>? vendorId,
  20. Wrapped<String?>? vendor,
  21. Wrapped<String?>? vendorColor,
  22. Wrapped<String?>? inventoryId,
  23. Wrapped<String?>? warehouseId,
  24. Wrapped<String?>? warehouseCode,
  25. Wrapped<String?>? warehouse,
  26. Wrapped<String?>? primaryOrderItemId,
  27. Wrapped<String?>? itemClass,
  28. Wrapped<String?>? itemOrder,
  29. Wrapped<String?>? orderBy,
  30. Wrapped<String?>? notes,
  31. Wrapped<String?>? orderType,
  32. Wrapped<String?>? recType,
  33. Wrapped<String?>? recTypeDisplay,
  34. Wrapped<String?>? optionColor,
  35. Wrapped<String?>? usersId,
  36. Wrapped<String?>? userName,
  37. Wrapped<String?>? transactionDateTime,
  38. Wrapped<String?>? parentId,
  39. Wrapped<double?>? accessoryRatio,
  40. Wrapped<String?>? nestedOrderItemId,
  41. Wrapped<String?>? containerItemId,
  42. Wrapped<String?>? containerBarCode,
  43. Wrapped<bool?>? isConsignment,
  44. Wrapped<String?>? consignorId,
  45. Wrapped<String?>? consignor,
  46. Wrapped<String?>? consignorAgreementId,
  47. Wrapped<String?>? consignorAgreementNumber,
  48. Wrapped<bool?>? isVoid,
  49. Wrapped<int?>? nestingLevel,
  50. Wrapped<String?>? vendorConsignorId,
  51. Wrapped<String?>? vendorConsignor,
  52. Wrapped<String?>? exception,
  53. Wrapped<String?>? auditNote,
  54. Wrapped<String?>? recordTitle,
  55. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  56. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  57. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  58. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesHomeControlsContractItemDetailContractItemDetail copyWithWrapped(
    {Wrapped<String?>? contractId,
    Wrapped<String?>? contractNumber,
    Wrapped<String?>? contractType,
    Wrapped<String?>? orderId,
    Wrapped<String?>? orderItemId,
    Wrapped<String?>? orderNumber,
    Wrapped<String?>? orderDescription,
    Wrapped<String?>? iCode,
    Wrapped<String?>? iCodeDisplay,
    Wrapped<String?>? iCodeColor,
    Wrapped<String?>? description,
    Wrapped<String?>? descriptionColor,
    Wrapped<double?>? quantity,
    Wrapped<String?>? barCode,
    Wrapped<String?>? itemId,
    Wrapped<String?>? manufacturerPartNumber,
    Wrapped<String?>? trackedBy,
    Wrapped<String?>? categoryId,
    Wrapped<String?>? vendorId,
    Wrapped<String?>? vendor,
    Wrapped<String?>? vendorColor,
    Wrapped<String?>? inventoryId,
    Wrapped<String?>? warehouseId,
    Wrapped<String?>? warehouseCode,
    Wrapped<String?>? warehouse,
    Wrapped<String?>? primaryOrderItemId,
    Wrapped<String?>? itemClass,
    Wrapped<String?>? itemOrder,
    Wrapped<String?>? orderBy,
    Wrapped<String?>? notes,
    Wrapped<String?>? orderType,
    Wrapped<String?>? recType,
    Wrapped<String?>? recTypeDisplay,
    Wrapped<String?>? optionColor,
    Wrapped<String?>? usersId,
    Wrapped<String?>? userName,
    Wrapped<String?>? transactionDateTime,
    Wrapped<String?>? parentId,
    Wrapped<double?>? accessoryRatio,
    Wrapped<String?>? nestedOrderItemId,
    Wrapped<String?>? containerItemId,
    Wrapped<String?>? containerBarCode,
    Wrapped<bool?>? isConsignment,
    Wrapped<String?>? consignorId,
    Wrapped<String?>? consignor,
    Wrapped<String?>? consignorAgreementId,
    Wrapped<String?>? consignorAgreementNumber,
    Wrapped<bool?>? isVoid,
    Wrapped<int?>? nestingLevel,
    Wrapped<String?>? vendorConsignorId,
    Wrapped<String?>? vendorConsignor,
    Wrapped<String?>? exception,
    Wrapped<String?>? auditNote,
    Wrapped<String?>? recordTitle,
    Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
        fields,
    Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
    Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
    Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
  return WebApiModulesHomeControlsContractItemDetailContractItemDetail(
      contractId: (contractId != null ? contractId.value : this.contractId),
      contractNumber: (contractNumber != null
          ? contractNumber.value
          : this.contractNumber),
      contractType:
          (contractType != null ? contractType.value : this.contractType),
      orderId: (orderId != null ? orderId.value : this.orderId),
      orderItemId:
          (orderItemId != null ? orderItemId.value : this.orderItemId),
      orderNumber:
          (orderNumber != null ? orderNumber.value : this.orderNumber),
      orderDescription: (orderDescription != null
          ? orderDescription.value
          : this.orderDescription),
      iCode: (iCode != null ? iCode.value : this.iCode),
      iCodeDisplay:
          (iCodeDisplay != null ? iCodeDisplay.value : this.iCodeDisplay),
      iCodeColor: (iCodeColor != null ? iCodeColor.value : this.iCodeColor),
      description:
          (description != null ? description.value : this.description),
      descriptionColor: (descriptionColor != null
          ? descriptionColor.value
          : this.descriptionColor),
      quantity: (quantity != null ? quantity.value : this.quantity),
      barCode: (barCode != null ? barCode.value : this.barCode),
      itemId: (itemId != null ? itemId.value : this.itemId),
      manufacturerPartNumber: (manufacturerPartNumber != null
          ? manufacturerPartNumber.value
          : this.manufacturerPartNumber),
      trackedBy: (trackedBy != null ? trackedBy.value : this.trackedBy),
      categoryId: (categoryId != null ? categoryId.value : this.categoryId),
      vendorId: (vendorId != null ? vendorId.value : this.vendorId),
      vendor: (vendor != null ? vendor.value : this.vendor),
      vendorColor:
          (vendorColor != null ? vendorColor.value : this.vendorColor),
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId),
      warehouseId:
          (warehouseId != null ? warehouseId.value : this.warehouseId),
      warehouseCode:
          (warehouseCode != null ? warehouseCode.value : this.warehouseCode),
      warehouse: (warehouse != null ? warehouse.value : this.warehouse),
      primaryOrderItemId: (primaryOrderItemId != null
          ? primaryOrderItemId.value
          : this.primaryOrderItemId),
      itemClass: (itemClass != null ? itemClass.value : this.itemClass),
      itemOrder: (itemOrder != null ? itemOrder.value : this.itemOrder),
      orderBy: (orderBy != null ? orderBy.value : this.orderBy),
      notes: (notes != null ? notes.value : this.notes),
      orderType: (orderType != null ? orderType.value : this.orderType),
      recType: (recType != null ? recType.value : this.recType),
      recTypeDisplay: (recTypeDisplay != null
          ? recTypeDisplay.value
          : this.recTypeDisplay),
      optionColor:
          (optionColor != null ? optionColor.value : this.optionColor),
      usersId: (usersId != null ? usersId.value : this.usersId),
      userName: (userName != null ? userName.value : this.userName),
      transactionDateTime: (transactionDateTime != null
          ? transactionDateTime.value
          : this.transactionDateTime),
      parentId: (parentId != null ? parentId.value : this.parentId),
      accessoryRatio: (accessoryRatio != null
          ? accessoryRatio.value
          : this.accessoryRatio),
      nestedOrderItemId: (nestedOrderItemId != null
          ? nestedOrderItemId.value
          : this.nestedOrderItemId),
      containerItemId: (containerItemId != null
          ? containerItemId.value
          : this.containerItemId),
      containerBarCode: (containerBarCode != null
          ? containerBarCode.value
          : this.containerBarCode),
      isConsignment:
          (isConsignment != null ? isConsignment.value : this.isConsignment),
      consignorId:
          (consignorId != null ? consignorId.value : this.consignorId),
      consignor: (consignor != null ? consignor.value : this.consignor),
      consignorAgreementId: (consignorAgreementId != null
          ? consignorAgreementId.value
          : this.consignorAgreementId),
      consignorAgreementNumber: (consignorAgreementNumber != null
          ? consignorAgreementNumber.value
          : this.consignorAgreementNumber),
      isVoid: (isVoid != null ? isVoid.value : this.isVoid),
      nestingLevel:
          (nestingLevel != null ? nestingLevel.value : this.nestingLevel),
      vendorConsignorId: (vendorConsignorId != null
          ? vendorConsignorId.value
          : this.vendorConsignorId),
      vendorConsignor: (vendorConsignor != null
          ? vendorConsignor.value
          : this.vendorConsignor),
      exception: (exception != null ? exception.value : this.exception),
      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));
}