Set<String> operator [](String type) { return { ...this.self(type), ...?_dependencies[type], ...?_dependencies["${type}Fragment"], }; }