explain method

SelectorBuilder explain()

Implementation

SelectorBuilder explain() {
  _query;
  map['\$explain'] = true;
  return this;
}