QueryPredicateGroup constructor

QueryPredicateGroup(
  1. QueryPredicateGroupType type,
  2. List<QueryPredicate<Model>> predicates
)

Implementation

QueryPredicateGroup(this.type, this.predicates);