clearRange method

Implementation

TreeSitterQueryCaptureStream clearRange() {
  _range = null;
  return this;
}