returnKey method

SelectorBuilder returnKey()

Implementation

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