nin method

void nin(
  1. List values
)

Implementation

void nin(List values) {
  _addExpression("\$nin", values);
}