children property

Iterable<TreeNode<T>> children

List of child nodes.

Implementation

Iterable<TreeNode<T>> get children => _children;