copyWithWrapped method
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintExceptionReportRequest
copyWithWrapped({})
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintExceptionReportRequest
copyWithWrapped({Wrapped<String?>? physicalInventoryId}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintExceptionReportRequest(
physicalInventoryId: (physicalInventoryId != null
? physicalInventoryId.value
: this.physicalInventoryId),
);
}