all method

dynamic all(
  1. dynamic val
)

Implementation

all(val) {
  return _queryOP(QueryCommandsLiteral.ALL, val);
}