nodePathToRoot property

List<Node<T>> nodePathToRoot

Implementation

List<Node<T>> get nodePathToRoot => _nodePathToRoot ??= _nodePathToRootImpl();