Condition constructor
Condition({
- AndCondition? andCondition,
- OrCondition? orCondition,
- PercentCondition? percent,
Implementation
Condition({
this.andCondition,
this.orCondition,
this.percent,
});