copy method

Implementation

TreeSitterTreeCursor copy() {
  _checkNotDisposed();
  return TreeSitterTreeCursor(_node)..resetTo(this);
}