copyWith method

WebApiModulesAgentOrderStatusSummaryOrderStatusSummary 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? warehouseInQuantity,
  32. double? inQuantityFilter,
  33. String? inQuantityColor,
  34. bool? isSuspendIn,
  35. double? returnedQuantity,
  36. double? activityQuantity,
  37. double? subActivityQuantity,
  38. double? quantityReceived,
  39. double? quantityReturned,
  40. double? notYetStagedQuantity,
  41. bool? tooManyStagedOut,
  42. double? notYetStagedQuantityFilter,
  43. double? stillOutQuantity,
  44. String? stillOutQuantityColor,
  45. String? itemOrder,
  46. String? itemClass,
  47. String? recType,
  48. String? isReturn,
  49. String? poOrderId,
  50. String? poMasteritemId,
  51. String? recTypeDisplay,
  52. String? recTypeColor,
  53. String? optionColor,
  54. bool? bold,
  55. bool? hasPoItem,
  56. String? vendorId,
  57. String? vendor,
  58. String? consignorId,
  59. String? consignor,
  60. String? vendorConsignorId,
  61. String? vendorConsignor,
  62. String? notes,
  63. String? manufacturerPartNumber,
  64. String? orderBy,
  65. bool? isWardrobe,
  66. bool? isProps,
  67. double? unitCost,
  68. double? stagedOutExtendedCost,
  69. double? unitPrice,
  70. double? stagedOutExtendedPrice,
  71. int? nestingLevel,
  72. String? auditNote,
  73. String? recordTitle,
  74. dynamic urlIdentifier,
  75. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  76. List<FwStandardDataFwCustomValue>? custom,
  77. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  78. FwStandardBusinessLogicFwBusinessLogic? original,
  79. List<FwStandardDataFwTranslatedValue>? translation,
  80. bool? hasImport,
  81. bool? hasDocuments,
  82. String? createdByUserId,
  83. String? createdByUserName,
  84. String? createdDateTime,
  85. String? modifiedByUserId,
  86. String? modifiedByUserName,
  87. String? modifiedDateTime,
})

Implementation

WebApiModulesAgentOrderStatusSummaryOrderStatusSummary 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? warehouseInQuantity,
  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,
  dynamic urlIdentifier,
  List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  List<FwStandardDataFwCustomValue>? custom,
  List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  FwStandardBusinessLogicFwBusinessLogic? original,
  List<FwStandardDataFwTranslatedValue>? translation,
  bool? hasImport,
  bool? hasDocuments,
  String? createdByUserId,
  String? createdByUserName,
  String? createdDateTime,
  String? modifiedByUserId,
  String? modifiedByUserName,
  String? modifiedDateTime,
}) {
  return WebApiModulesAgentOrderStatusSummaryOrderStatusSummary(
    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,
    warehouseInQuantity: warehouseInQuantity ?? this.warehouseInQuantity,
    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,
    urlIdentifier: urlIdentifier ?? this.urlIdentifier,
    fields: fields ?? this.fields,
    custom: custom ?? this.custom,
    defaultFieldAttributes:
        defaultFieldAttributes ?? this.defaultFieldAttributes,
    original: original ?? this.original,
    translation: translation ?? this.translation,
    hasImport: hasImport ?? this.hasImport,
    hasDocuments: hasDocuments ?? this.hasDocuments,
    createdByUserId: createdByUserId ?? this.createdByUserId,
    createdByUserName: createdByUserName ?? this.createdByUserName,
    createdDateTime: createdDateTime ?? this.createdDateTime,
    modifiedByUserId: modifiedByUserId ?? this.modifiedByUserId,
    modifiedByUserName: modifiedByUserName ?? this.modifiedByUserName,
    modifiedDateTime: modifiedDateTime ?? this.modifiedDateTime,
  );
}