QueryOperator.gt constructor

QueryOperator.gt(
  1. dynamic value
)

Implementation

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