BooleanCondition constructor

BooleanCondition({
  1. String? type,
  2. List<ConditionValue>? values,
})

Implementation

BooleanCondition({
  this.type,
  this.values,
});