PropertyCondition<DartType> constructor
- ConditionOp _op,
- QueryProperty _property,
- DartType _value,
- [DartType _value2]
Implementation
PropertyCondition(this._op, this._property, this._value, [this._value2]);
PropertyCondition(this._op, this._property, this._value, [this._value2]);