id method

Implementation

SelectorBuilder id(ObjectId value) {
  _addExpression('_id', value);
  return this;
}