rootNodes property

List<TreeNode<Object?>> rootNodes
final

The rootnodes of this tree.

Implementation

final List<TreeNode> rootNodes;