children property

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

List of child nodes contained in this root.

Type: List<TreeNode<T>>. These children appear as top-level items in the tree view since the root itself is invisible.

Implementation

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