eq method

dynamic eq(
  1. dynamic val
)

Implementation

eq(val) {
  return _queryOP(QueryCommandsLiteral.EQ, val);
}