QueryPredicateGroup constructor

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

Implementation

const QueryPredicateGroup(this.type, this.predicates);