DependencyGraphNode class

An GraphNode for an dependency graph constructed from an DependencyTreeNode.

Inheritance

Constructors

DependencyGraphNode(Dependency value)
Create an DependencyGraphNode with an Dependency value.

Properties

edges Set<DependencyGraphNode>
The edges of this Node. They may be interlinked.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Dependency
The value this Node represents.
final

Methods

addEdge(covariant DependencyGraphNode edge) → void
Add an new edge to this GraphNode.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited