children property

List<TreeNode<T>> children
final

The child nodes of this node.

Implementation

final List<TreeNode<T>> children;