AndCondition constructor

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

Implementation

AndCondition({
  this.conditions,
});