LayeredNode<T> constructor

const LayeredNode<T>(
  1. T node,
  2. int level
)

Implementation

const LayeredNode(this.node, this.level);