QueryOperator.mod constructor

QueryOperator.mod(
  1. int value
)

Implementation

QueryOperator.mod(int value) {
  this.mod(value);
}