hintIndex method

SelectorBuilder hintIndex(
  1. String indexName
)

Implementation

SelectorBuilder hintIndex(String indexName) {
  _query;
  map['\$hint'] = indexName;
  return this;
}