parent property

TreeSliverNode<T>? parent

The parent TreeSliverNode of this node.

Implementation

TreeSliverNode<T>? get parent => _parent;