RootGraph<T, Node extends GraphNode<T>> constructor

RootGraph<T, Node extends GraphNode<T>>(
  1. Node _root
)

Implementation

RootGraph(this._root);