GreaterThanQueryOperator<T extends Comparable<Object?>> constructor

const GreaterThanQueryOperator<T extends Comparable<Object?>>(
  1. T value
)

Implementation

const GreaterThanQueryOperator(T value)
    : super(value, QueryFieldOperatorType.greater_than);