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