getRoot abstract method
Traverse the tree upwards and retrieve the root. The root is defined as the node which has no parent.
Implementation
DartBlockValueTreeNode getRoot();
Traverse the tree upwards and retrieve the root. The root is defined as the node which has no parent.
DartBlockValueTreeNode getRoot();