SQLConditionGroup constructor
SQLConditionGroup(
- bool or,
- List<
SQLCondition> conditions
Implementation
SQLConditionGroup(this.or, this.conditions);
SQLConditionGroup(this.or, this.conditions);