operator | method

Filter operator |(
  1. Filter other
)

Operator version of the or filter factory method.

Implementation

Filter operator |(Filter other) => Filter.or([this, other]);