clearRange method

Implementation

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