copyWithWrapped method

Implementation

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