StringCondition constructor
- ConditionOp op,
- QueryProperty prop,
- String value,
- [String value2,
- bool caseSensitive]
Implementation
StringCondition(ConditionOp op, QueryProperty prop, String value,
[String value2, bool caseSensitive])
: super(op, prop, value, value2) {
_caseSensitive = caseSensitive;
}