PropertyCondition<DartType> constructor

PropertyCondition<DartType>(
  1. ConditionOp _op,
  2. QueryProperty _property,
  3. DartType _value,
  4. [DartType _value2]
)

Implementation

PropertyCondition(this._op, this._property, this._value, [this._value2]);