GroupCondition constructor
GroupCondition(
- bool isAnd,
- List<
QueryCondition> conditions
Implementation
GroupCondition(this.isAnd, this.conditions);
GroupCondition(this.isAnd, this.conditions);