OrCondition constructor

OrCondition({
  1. List<Condition>? conditions,
})

Implementation

OrCondition({
  this.conditions,
});