BoolQuery constructor

BoolQuery({
  1. List<QueryClause>? should,
  2. List<QueryClause>? must,
})

Implementation

BoolQuery({this.should, this.must});