children property

List<TreeNode<T>> get children

List of child nodes belonging to this node.

Returns: List<TreeNode<T>>. An empty list indicates a leaf node with no children. The list defines the hierarchical structure beneath this node.

Implementation

List<TreeNode<T>> get children;