snapshot method

SelectorBuilder snapshot()

Implementation

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