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.
List<TreeNode<T>>
List<TreeNode<T>> get children;