children property

List<TreeNode<T>> children
final

The children of this node

Implementation

final List<TreeNode<T>> children;