void updateProgress(String? pjNr, double progress) { if (pjNr != null) { inspectionProgress[pjNr] = progress; notifyListeners(); } }