QueryOperator.all constructor

QueryOperator.all(
  1. List values
)

Implementation

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