GreaterThanQueryOperator<T extends Comparable> constructor

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

Implementation

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