copyWith method
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintReconciliationReportRequest
copyWith({
- String? physicalInventoryId,
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintReconciliationReportRequest
copyWith({String? physicalInventoryId}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintReconciliationReportRequest(
physicalInventoryId: physicalInventoryId ?? this.physicalInventoryId,
);
}