rootNode property

TreeSitterNode get rootNode

Implementation

TreeSitterNode get rootNode {
  _checkNotDisposed();
  return _rootNode._bindRoot(this);
}