operator | method

Filter operator |(
  1. Filter other
)

Record must match this or other filter.

Use Filter.or to combine more than two filters.

Implementation

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