BetweenQueryOperator<T extends Comparable> constructor

const BetweenQueryOperator<T extends Comparable>(
  1. T start,
  2. T end
)

Implementation

const BetweenQueryOperator(this.start, this.end)
    : super(QueryFieldOperatorType.between);