children property

List<TreeNode<T>> children
final

The list of child nodes for this node.

Implementation

final List<TreeNode<T>> children;