$exists method

void $exists(
  1. bool exists
)

查询存在该字段的记录

Implementation

void $exists(bool exists) => _cmds['\$exists'] = toBaseType(exists);