operator | method Null safety
- 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]);
Record must match this or other
filter.
Use Filter.or to combine more than two filters.
Filter operator |(Filter other) => SembastCompositeFilter.or([this, other]);