NUIDBQueryCombination constructor
NUIDBQueryCombination({
- required List<
NUIDBQueryInterf> queries, - NUIDBQueryOperator operator = NUIDBQueryOperator.AND,
Implementation
NUIDBQueryCombination({required this.queries, this.operator = NUIDBQueryOperator.AND});