IntegerCondition.fromList constructor

IntegerCondition.fromList(
  1. ConditionOp op,
  2. QueryProperty prop,
  3. List<int> list
)

Implementation

IntegerCondition.fromList(ConditionOp op, QueryProperty prop, List<int> list)
    : super.fromList(op, prop, list);