neq method

dynamic neq(
  1. dynamic val
)

Implementation

neq(val) {
  return _queryOP(QueryCommandsLiteral.NEQ, val);
}