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