copyWith method

WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode copyWith({
  1. int? purchaseOrderReceiveBarCodeId,
  2. String? barCode,
  3. String? inspectionNumber,
  4. String? inspectionVendorId,
  5. String? inspectionVendor,
  6. String? manufactureDate,
  7. int? printQuantity,
  8. String? serialNumber,
  9. String? rfId,
  10. String? purchaseOrderItemId,
  11. String? purchaseOrderId,
  12. int? orderTranId,
  13. String? internalChar,
  14. String? receiveContractId,
  15. String? receiveContractNumber,
  16. String? returnContractId,
  17. String? inventoryId,
  18. String? scannableBarCode,
  19. String? iCode,
  20. String? description,
  21. String? iCodeDescription,
  22. String? packingSlipNumber,
  23. String? warehouseId,
  24. String? itemId,
  25. String? purchaseId,
  26. String? availableFor,
  27. String? availableForDisplay,
  28. String? trackedBy,
  29. bool? serialNumberIsMixedCase,
  30. String? itemOrder,
  31. String? dateStamp,
  32. String? auditNote,
  33. String? recordTitle,
  34. dynamic urlIdentifier,
  35. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  36. List<FwStandardDataFwCustomValue>? custom,
  37. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  38. FwStandardBusinessLogicFwBusinessLogic? original,
  39. List<FwStandardDataFwTranslatedValue>? translation,
  40. bool? hasImport,
  41. bool? hasDocuments,
  42. String? createdByUserId,
  43. String? createdByUserName,
  44. String? createdDateTime,
  45. String? modifiedByUserId,
  46. String? modifiedByUserName,
  47. String? modifiedDateTime,
})

Implementation

WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode
copyWith({
  int? purchaseOrderReceiveBarCodeId,
  String? barCode,
  String? inspectionNumber,
  String? inspectionVendorId,
  String? inspectionVendor,
  String? manufactureDate,
  int? printQuantity,
  String? serialNumber,
  String? rfId,
  String? purchaseOrderItemId,
  String? purchaseOrderId,
  int? orderTranId,
  String? internalChar,
  String? receiveContractId,
  String? receiveContractNumber,
  String? returnContractId,
  String? inventoryId,
  String? scannableBarCode,
  String? iCode,
  String? description,
  String? iCodeDescription,
  String? packingSlipNumber,
  String? warehouseId,
  String? itemId,
  String? purchaseId,
  String? availableFor,
  String? availableForDisplay,
  String? trackedBy,
  bool? serialNumberIsMixedCase,
  String? itemOrder,
  String? dateStamp,
  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 WebApiModulesAgentPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode(
    purchaseOrderReceiveBarCodeId:
        purchaseOrderReceiveBarCodeId ?? this.purchaseOrderReceiveBarCodeId,
    barCode: barCode ?? this.barCode,
    inspectionNumber: inspectionNumber ?? this.inspectionNumber,
    inspectionVendorId: inspectionVendorId ?? this.inspectionVendorId,
    inspectionVendor: inspectionVendor ?? this.inspectionVendor,
    manufactureDate: manufactureDate ?? this.manufactureDate,
    printQuantity: printQuantity ?? this.printQuantity,
    serialNumber: serialNumber ?? this.serialNumber,
    rfId: rfId ?? this.rfId,
    purchaseOrderItemId: purchaseOrderItemId ?? this.purchaseOrderItemId,
    purchaseOrderId: purchaseOrderId ?? this.purchaseOrderId,
    orderTranId: orderTranId ?? this.orderTranId,
    internalChar: internalChar ?? this.internalChar,
    receiveContractId: receiveContractId ?? this.receiveContractId,
    receiveContractNumber:
        receiveContractNumber ?? this.receiveContractNumber,
    returnContractId: returnContractId ?? this.returnContractId,
    inventoryId: inventoryId ?? this.inventoryId,
    scannableBarCode: scannableBarCode ?? this.scannableBarCode,
    iCode: iCode ?? this.iCode,
    description: description ?? this.description,
    iCodeDescription: iCodeDescription ?? this.iCodeDescription,
    packingSlipNumber: packingSlipNumber ?? this.packingSlipNumber,
    warehouseId: warehouseId ?? this.warehouseId,
    itemId: itemId ?? this.itemId,
    purchaseId: purchaseId ?? this.purchaseId,
    availableFor: availableFor ?? this.availableFor,
    availableForDisplay: availableForDisplay ?? this.availableForDisplay,
    trackedBy: trackedBy ?? this.trackedBy,
    serialNumberIsMixedCase:
        serialNumberIsMixedCase ?? this.serialNumberIsMixedCase,
    itemOrder: itemOrder ?? this.itemOrder,
    dateStamp: dateStamp ?? this.dateStamp,
    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,
  );
}