NUIDBQueryCombination constructor

NUIDBQueryCombination({
  1. required List<NUIDBQueryInterf> queries,
  2. NUIDBQueryOperator operator = NUIDBQueryOperator.AND,
})

Implementation

NUIDBQueryCombination({required this.queries, this.operator = NUIDBQueryOperator.AND});