orAny method

Condition orAny (
  1. List<Condition> rh
)

Implementation

Condition orAny(List<Condition> rh) {
  return ConditionGroupAny([this, ...rh]);
}