children property

List<Node<T>> children
final

The sub Nodes of this object.

Implementation

final List<Node<T>> children;