QueryOperator.lt constructor

QueryOperator.lt(
  1. dynamic value
)

Implementation

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