PropertyCondition<DartType>.fromList constructor
- ConditionOp _op,
- QueryProperty _property,
- List<
DartType> _list
Implementation
PropertyCondition.fromList(this._op, this._property, this._list);
PropertyCondition.fromList(this._op, this._property, this._list);