BooleanCondition constructor
BooleanCondition({
- String? type,
- List<
ConditionValue> ? values,
Implementation
BooleanCondition({
this.type,
this.values,
});
BooleanCondition({
this.type,
this.values,
});