nodes property
List of tree nodes to display in the tree view.
Type: List<TreeNode<T>>. The root-level nodes that will be rendered
in the tree. Can contain TreeItemNode instances and TreeRootNode containers.
Implementation
final List<TreeNode<T>> nodes;