GroupCondition constructor

GroupCondition(
  1. bool isAnd,
  2. List<QueryCondition> conditions
)

Implementation

GroupCondition(this.isAnd, this.conditions);