children property

  1. @override
List<TreeNode<T>> children
final

List of child nodes beneath this item in the tree hierarchy.

Type: List<TreeNode<T>>. Empty list indicates a leaf node. Children are only visible when this item's expanded state is true.

Implementation

@override
final List<TreeNode<T>> children;