void addAll(String type, Set<String> dependencies) { _dependencies.putIfAbsent(type, () => {}).addAll(dependencies); }