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