comment method

SelectorBuilder comment(
  1. String commentStr
)

Implementation

SelectorBuilder comment(String commentStr) {
  _query;
  map['\$comment'] = commentStr;
  return this;
}