copyWith method

WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary copyWith({
  1. String? orderId,
  2. String? iCode,
  3. String? iCodeDisplay,
  4. String? iCodeColor,
  5. String? inventoryTypeId,
  6. String? categoryId,
  7. String? subCategoryId,
  8. String? description,
  9. String? descriptionColor,
  10. String? inventoryId,
  11. String? orderItemId,
  12. String? nestedOrderItemId,
  13. String? parentId,
  14. String? outWarehouseId,
  15. String? outWarehouseCode,
  16. String? outWarehouse,
  17. String? inWarehouseId,
  18. String? inWarehouseCode,
  19. String? inWarehouse,
  20. double? quantityOrdered,
  21. String? quantityOrderedColor,
  22. double? subQuantity,
  23. double? stagedQuantity,
  24. double? stagedQuantityFilter,
  25. String? stagedQuantityColor,
  26. double? outQuantity,
  27. double? outQuantityfilter,
  28. String? outQuantityColor,
  29. bool? isSuspendOut,
  30. double? inQuantity,
  31. double? inQuantityFilter,
  32. String? inQuantityColor,
  33. bool? isSuspendIn,
  34. double? returnedQuantity,
  35. double? activityQuantity,
  36. double? subActivityQuantity,
  37. double? quantityReceived,
  38. double? quantityReturned,
  39. double? notYetStagedQuantity,
  40. bool? tooManyStagedOut,
  41. double? notYetStagedQuantityFilter,
  42. double? stillOutQuantity,
  43. String? stillOutQuantityColor,
  44. String? itemOrder,
  45. String? itemClass,
  46. String? recType,
  47. String? isReturn,
  48. String? poOrderId,
  49. String? poMasteritemId,
  50. String? recTypeDisplay,
  51. String? recTypeColor,
  52. String? optionColor,
  53. bool? bold,
  54. bool? hasPoItem,
  55. String? vendorId,
  56. String? vendor,
  57. String? consignorId,
  58. String? consignor,
  59. String? vendorConsignorId,
  60. String? vendorConsignor,
  61. String? notes,
  62. String? manufacturerPartNumber,
  63. String? orderBy,
  64. bool? isWardrobe,
  65. bool? isProps,
  66. double? unitCost,
  67. double? stagedOutExtendedCost,
  68. double? unitPrice,
  69. double? stagedOutExtendedPrice,
  70. int? nestingLevel,
  71. String? auditNote,
  72. String? recordTitle,
  73. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  74. List<FwStandardDataFwCustomValue>? custom,
  75. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  76. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary copyWith(
    {String? orderId,
    String? iCode,
    String? iCodeDisplay,
    String? iCodeColor,
    String? inventoryTypeId,
    String? categoryId,
    String? subCategoryId,
    String? description,
    String? descriptionColor,
    String? inventoryId,
    String? orderItemId,
    String? nestedOrderItemId,
    String? parentId,
    String? outWarehouseId,
    String? outWarehouseCode,
    String? outWarehouse,
    String? inWarehouseId,
    String? inWarehouseCode,
    String? inWarehouse,
    double? quantityOrdered,
    String? quantityOrderedColor,
    double? subQuantity,
    double? stagedQuantity,
    double? stagedQuantityFilter,
    String? stagedQuantityColor,
    double? outQuantity,
    double? outQuantityfilter,
    String? outQuantityColor,
    bool? isSuspendOut,
    double? inQuantity,
    double? inQuantityFilter,
    String? inQuantityColor,
    bool? isSuspendIn,
    double? returnedQuantity,
    double? activityQuantity,
    double? subActivityQuantity,
    double? quantityReceived,
    double? quantityReturned,
    double? notYetStagedQuantity,
    bool? tooManyStagedOut,
    double? notYetStagedQuantityFilter,
    double? stillOutQuantity,
    String? stillOutQuantityColor,
    String? itemOrder,
    String? itemClass,
    String? recType,
    String? isReturn,
    String? poOrderId,
    String? poMasteritemId,
    String? recTypeDisplay,
    String? recTypeColor,
    String? optionColor,
    bool? bold,
    bool? hasPoItem,
    String? vendorId,
    String? vendor,
    String? consignorId,
    String? consignor,
    String? vendorConsignorId,
    String? vendorConsignor,
    String? notes,
    String? manufacturerPartNumber,
    String? orderBy,
    bool? isWardrobe,
    bool? isProps,
    double? unitCost,
    double? stagedOutExtendedCost,
    double? unitPrice,
    double? stagedOutExtendedPrice,
    int? nestingLevel,
    String? auditNote,
    String? recordTitle,
    List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
    List<FwStandardDataFwCustomValue>? custom,
    List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
    List<FwStandardDataFwTranslatedValue>? translation}) {
  return WebApiModulesHomeControlsOrderStatusSummaryOrderStatusSummary(
      orderId: orderId ?? this.orderId,
      iCode: iCode ?? this.iCode,
      iCodeDisplay: iCodeDisplay ?? this.iCodeDisplay,
      iCodeColor: iCodeColor ?? this.iCodeColor,
      inventoryTypeId: inventoryTypeId ?? this.inventoryTypeId,
      categoryId: categoryId ?? this.categoryId,
      subCategoryId: subCategoryId ?? this.subCategoryId,
      description: description ?? this.description,
      descriptionColor: descriptionColor ?? this.descriptionColor,
      inventoryId: inventoryId ?? this.inventoryId,
      orderItemId: orderItemId ?? this.orderItemId,
      nestedOrderItemId: nestedOrderItemId ?? this.nestedOrderItemId,
      parentId: parentId ?? this.parentId,
      outWarehouseId: outWarehouseId ?? this.outWarehouseId,
      outWarehouseCode: outWarehouseCode ?? this.outWarehouseCode,
      outWarehouse: outWarehouse ?? this.outWarehouse,
      inWarehouseId: inWarehouseId ?? this.inWarehouseId,
      inWarehouseCode: inWarehouseCode ?? this.inWarehouseCode,
      inWarehouse: inWarehouse ?? this.inWarehouse,
      quantityOrdered: quantityOrdered ?? this.quantityOrdered,
      quantityOrderedColor: quantityOrderedColor ?? this.quantityOrderedColor,
      subQuantity: subQuantity ?? this.subQuantity,
      stagedQuantity: stagedQuantity ?? this.stagedQuantity,
      stagedQuantityFilter: stagedQuantityFilter ?? this.stagedQuantityFilter,
      stagedQuantityColor: stagedQuantityColor ?? this.stagedQuantityColor,
      outQuantity: outQuantity ?? this.outQuantity,
      outQuantityfilter: outQuantityfilter ?? this.outQuantityfilter,
      outQuantityColor: outQuantityColor ?? this.outQuantityColor,
      isSuspendOut: isSuspendOut ?? this.isSuspendOut,
      inQuantity: inQuantity ?? this.inQuantity,
      inQuantityFilter: inQuantityFilter ?? this.inQuantityFilter,
      inQuantityColor: inQuantityColor ?? this.inQuantityColor,
      isSuspendIn: isSuspendIn ?? this.isSuspendIn,
      returnedQuantity: returnedQuantity ?? this.returnedQuantity,
      activityQuantity: activityQuantity ?? this.activityQuantity,
      subActivityQuantity: subActivityQuantity ?? this.subActivityQuantity,
      quantityReceived: quantityReceived ?? this.quantityReceived,
      quantityReturned: quantityReturned ?? this.quantityReturned,
      notYetStagedQuantity: notYetStagedQuantity ?? this.notYetStagedQuantity,
      tooManyStagedOut: tooManyStagedOut ?? this.tooManyStagedOut,
      notYetStagedQuantityFilter:
          notYetStagedQuantityFilter ?? this.notYetStagedQuantityFilter,
      stillOutQuantity: stillOutQuantity ?? this.stillOutQuantity,
      stillOutQuantityColor:
          stillOutQuantityColor ?? this.stillOutQuantityColor,
      itemOrder: itemOrder ?? this.itemOrder,
      itemClass: itemClass ?? this.itemClass,
      recType: recType ?? this.recType,
      isReturn: isReturn ?? this.isReturn,
      poOrderId: poOrderId ?? this.poOrderId,
      poMasteritemId: poMasteritemId ?? this.poMasteritemId,
      recTypeDisplay: recTypeDisplay ?? this.recTypeDisplay,
      recTypeColor: recTypeColor ?? this.recTypeColor,
      optionColor: optionColor ?? this.optionColor,
      bold: bold ?? this.bold,
      hasPoItem: hasPoItem ?? this.hasPoItem,
      vendorId: vendorId ?? this.vendorId,
      vendor: vendor ?? this.vendor,
      consignorId: consignorId ?? this.consignorId,
      consignor: consignor ?? this.consignor,
      vendorConsignorId: vendorConsignorId ?? this.vendorConsignorId,
      vendorConsignor: vendorConsignor ?? this.vendorConsignor,
      notes: notes ?? this.notes,
      manufacturerPartNumber:
          manufacturerPartNumber ?? this.manufacturerPartNumber,
      orderBy: orderBy ?? this.orderBy,
      isWardrobe: isWardrobe ?? this.isWardrobe,
      isProps: isProps ?? this.isProps,
      unitCost: unitCost ?? this.unitCost,
      stagedOutExtendedCost:
          stagedOutExtendedCost ?? this.stagedOutExtendedCost,
      unitPrice: unitPrice ?? this.unitPrice,
      stagedOutExtendedPrice:
          stagedOutExtendedPrice ?? this.stagedOutExtendedPrice,
      nestingLevel: nestingLevel ?? this.nestingLevel,
      auditNote: auditNote ?? this.auditNote,
      recordTitle: recordTitle ?? this.recordTitle,
      fields: fields ?? this.fields,
      custom: custom ?? this.custom,
      defaultFieldAttributes:
          defaultFieldAttributes ?? this.defaultFieldAttributes,
      translation: translation ?? this.translation);
}