nin method

dynamic nin(
  1. dynamic val
)

Implementation

nin(val) {
  return _queryOP(QueryCommandsLiteral.NIN, val);
}