copyWithWrapped method

Implementation

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