SQLConditionGroup constructor

SQLConditionGroup(
  1. bool or,
  2. List<SQLCondition> conditions
)

Implementation

SQLConditionGroup(this.or, this.conditions);