exists method

dynamic exists(
  1. dynamic val
)

Implementation

exists(val) {
  return _queryOP(QueryCommandsLiteral.EXISTS, val);
}