QueryOperator.nin constructor

QueryOperator.nin(
  1. List values
)

Implementation

QueryOperator.nin(List values) {
  this.nin(values);
}