BranchInitNode<T> constructor

BranchInitNode<T>(
  1. String nodePathKey,
  2. RouteNode<T> node
)

Implementation

BranchInitNode(this.nodePathKey, this.node);