QueryOperator.ne constructor

QueryOperator.ne(
  1. dynamic value
)

Implementation

QueryOperator.ne(value) {
  this.ne(value);
}