copyWith method

WebApiModulesWarehouseCheckInCheckInItem copyWith({
  1. bool? addOrderToContract,
  2. String? aisle,
  3. String? availFromDateTime,
  4. String? availToDateTime,
  5. String? barcode,
  6. String? consignorId,
  7. String? consignorAgreementId,
  8. bool? canSwap,
  9. String? containerNo,
  10. String? contractType,
  11. String? dealId,
  12. String? departmentId,
  13. String? description,
  14. bool? doSwap,
  15. String? exchangeContractId,
  16. int? errorNumber,
  17. String? errorMessage,
  18. String? facilitiesTypeId,
  19. String? hasMultipleContainers,
  20. String? itemClass,
  21. String? inventoryId,
  22. bool? isBarcode,
  23. bool? isContainer,
  24. bool? itemInContainer,
  25. String? internalChar,
  26. String? location,
  27. String? moduleType,
  28. String? masterId,
  29. String? message,
  30. String? iCode,
  31. bool? newOrder,
  32. String? nestedMasteritemId,
  33. bool? newContainerInstantiated,
  34. int? orderTranId,
  35. String? outOrderId,
  36. String? orderNo,
  37. String? orderId,
  38. String? orderItemId,
  39. String? orderBy,
  40. String? packageId,
  41. String? parentId,
  42. String? pendingRepairId,
  43. String? pendingOrderId,
  44. String? pendingMasterItemId,
  45. String? pONo,
  46. bool? pending,
  47. String? pOId,
  48. bool? qcRequired,
  49. int? quantity,
  50. String? quikinContractId,
  51. int? quikinItemId,
  52. String? quikinInternalChar,
  53. String? quantityOrdered,
  54. String? rentalItemId,
  55. String? inQuantity,
  56. String? scannableMasterId,
  57. String? shelf,
  58. String? spaceId,
  59. String? spaceTypeId,
  60. String? spaceLocation,
  61. String? stillOut,
  62. int? status,
  63. String? statusType,
  64. bool? swapItem,
  65. String? subQuantity,
  66. String? totalIn,
  67. String? tranType,
  68. String? trackedBy,
  69. bool? useContainerNo,
  70. bool? unretireSalesItem,
  71. String? vendorId,
  72. String? vendor,
  73. String? warehouseId,
  74. String? wHCode,
})

Implementation

WebApiModulesWarehouseCheckInCheckInItem copyWith(
    {bool? addOrderToContract,
    String? aisle,
    String? availFromDateTime,
    String? availToDateTime,
    String? barcode,
    String? consignorId,
    String? consignorAgreementId,
    bool? canSwap,
    String? containerNo,
    String? contractType,
    String? dealId,
    String? departmentId,
    String? description,
    bool? doSwap,
    String? exchangeContractId,
    int? errorNumber,
    String? errorMessage,
    String? facilitiesTypeId,
    String? hasMultipleContainers,
    String? itemClass,
    String? inventoryId,
    bool? isBarcode,
    bool? isContainer,
    bool? itemInContainer,
    String? internalChar,
    String? location,
    String? moduleType,
    String? masterId,
    String? message,
    String? iCode,
    bool? newOrder,
    String? nestedMasteritemId,
    bool? newContainerInstantiated,
    int? orderTranId,
    String? outOrderId,
    String? orderNo,
    String? orderId,
    String? orderItemId,
    String? orderBy,
    String? packageId,
    String? parentId,
    String? pendingRepairId,
    String? pendingOrderId,
    String? pendingMasterItemId,
    String? pONo,
    bool? pending,
    String? pOId,
    bool? qcRequired,
    int? quantity,
    String? quikinContractId,
    int? quikinItemId,
    String? quikinInternalChar,
    String? quantityOrdered,
    String? rentalItemId,
    String? inQuantity,
    String? scannableMasterId,
    String? shelf,
    String? spaceId,
    String? spaceTypeId,
    String? spaceLocation,
    String? stillOut,
    int? status,
    String? statusType,
    bool? swapItem,
    String? subQuantity,
    String? totalIn,
    String? tranType,
    String? trackedBy,
    bool? useContainerNo,
    bool? unretireSalesItem,
    String? vendorId,
    String? vendor,
    String? warehouseId,
    String? wHCode}) {
  return WebApiModulesWarehouseCheckInCheckInItem(
      addOrderToContract: addOrderToContract ?? this.addOrderToContract,
      aisle: aisle ?? this.aisle,
      availFromDateTime: availFromDateTime ?? this.availFromDateTime,
      availToDateTime: availToDateTime ?? this.availToDateTime,
      barcode: barcode ?? this.barcode,
      consignorId: consignorId ?? this.consignorId,
      consignorAgreementId: consignorAgreementId ?? this.consignorAgreementId,
      canSwap: canSwap ?? this.canSwap,
      containerNo: containerNo ?? this.containerNo,
      contractType: contractType ?? this.contractType,
      dealId: dealId ?? this.dealId,
      departmentId: departmentId ?? this.departmentId,
      description: description ?? this.description,
      doSwap: doSwap ?? this.doSwap,
      exchangeContractId: exchangeContractId ?? this.exchangeContractId,
      errorNumber: errorNumber ?? this.errorNumber,
      errorMessage: errorMessage ?? this.errorMessage,
      facilitiesTypeId: facilitiesTypeId ?? this.facilitiesTypeId,
      hasMultipleContainers:
          hasMultipleContainers ?? this.hasMultipleContainers,
      itemClass: itemClass ?? this.itemClass,
      inventoryId: inventoryId ?? this.inventoryId,
      isBarcode: isBarcode ?? this.isBarcode,
      isContainer: isContainer ?? this.isContainer,
      itemInContainer: itemInContainer ?? this.itemInContainer,
      internalChar: internalChar ?? this.internalChar,
      location: location ?? this.location,
      moduleType: moduleType ?? this.moduleType,
      masterId: masterId ?? this.masterId,
      message: message ?? this.message,
      iCode: iCode ?? this.iCode,
      newOrder: newOrder ?? this.newOrder,
      nestedMasteritemId: nestedMasteritemId ?? this.nestedMasteritemId,
      newContainerInstantiated:
          newContainerInstantiated ?? this.newContainerInstantiated,
      orderTranId: orderTranId ?? this.orderTranId,
      outOrderId: outOrderId ?? this.outOrderId,
      orderNo: orderNo ?? this.orderNo,
      orderId: orderId ?? this.orderId,
      orderItemId: orderItemId ?? this.orderItemId,
      orderBy: orderBy ?? this.orderBy,
      packageId: packageId ?? this.packageId,
      parentId: parentId ?? this.parentId,
      pendingRepairId: pendingRepairId ?? this.pendingRepairId,
      pendingOrderId: pendingOrderId ?? this.pendingOrderId,
      pendingMasterItemId: pendingMasterItemId ?? this.pendingMasterItemId,
      pONo: pONo ?? this.pONo,
      pending: pending ?? this.pending,
      pOId: pOId ?? this.pOId,
      qcRequired: qcRequired ?? this.qcRequired,
      quantity: quantity ?? this.quantity,
      quikinContractId: quikinContractId ?? this.quikinContractId,
      quikinItemId: quikinItemId ?? this.quikinItemId,
      quikinInternalChar: quikinInternalChar ?? this.quikinInternalChar,
      quantityOrdered: quantityOrdered ?? this.quantityOrdered,
      rentalItemId: rentalItemId ?? this.rentalItemId,
      inQuantity: inQuantity ?? this.inQuantity,
      scannableMasterId: scannableMasterId ?? this.scannableMasterId,
      shelf: shelf ?? this.shelf,
      spaceId: spaceId ?? this.spaceId,
      spaceTypeId: spaceTypeId ?? this.spaceTypeId,
      spaceLocation: spaceLocation ?? this.spaceLocation,
      stillOut: stillOut ?? this.stillOut,
      status: status ?? this.status,
      statusType: statusType ?? this.statusType,
      swapItem: swapItem ?? this.swapItem,
      subQuantity: subQuantity ?? this.subQuantity,
      totalIn: totalIn ?? this.totalIn,
      tranType: tranType ?? this.tranType,
      trackedBy: trackedBy ?? this.trackedBy,
      useContainerNo: useContainerNo ?? this.useContainerNo,
      unretireSalesItem: unretireSalesItem ?? this.unretireSalesItem,
      vendorId: vendorId ?? this.vendorId,
      vendor: vendor ?? this.vendor,
      warehouseId: warehouseId ?? this.warehouseId,
      wHCode: wHCode ?? this.wHCode);
}