Condition constructor
Condition({
- List<
SimpleCondition> ? conditions, - Operator? operator,
Implementation
Condition({
this.conditions,
this.operator,
});