Query constructor

Query(
  1. {List<_QueryCriterion> ands,
  2. List<Query> ors,
  3. _QuerySort sort}
)

Implementation

Query({this.ands, this.ors, this.sort});