PropertyCondition<DartType>.fromList constructor

PropertyCondition<DartType>.fromList(
  1. ConditionOp _op,
  2. QueryProperty _property,
  3. List<DartType> _list
)

Implementation

PropertyCondition.fromList(this._op, this._property, this._list);