node property

TreeSitterNode get node

Implementation

TreeSitterNode get node {
  _checkNotDisposed();
  return _node;
}