QueryOperator.gte constructor

QueryOperator.gte(
  1. dynamic value
)

Implementation

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