parent property

TreeViewNode<T>? parent

The parent TreeViewNode of this node.

Implementation

TreeViewNode<T>? get parent => _parent;