root property

IndexedListenableNode root
override

Getter to get the root node. If the current node is not a root, then the getter will traverse up the path to get the root.

Implementation

IndexedListenableNode get root => super.root as IndexedListenableNode;