operator & method

Filter operator &(
  1. Filter other
)

Operator version of the and filter factory method.

Implementation

Filter operator &(Filter other) => Filter.and([this, other]);