void expandAll(List<Object> allKeys) { _expandedKeys = Set<Object>.from(allKeys); notifyListeners(); }