BetweenQueryOperator<T extends Comparable<Object?>> constructor

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

Implementation

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