Filter.and constructor
- List<
Filter> filters
Record must match all of the given filters
.
Implementation
factory Filter.and(List<Filter> filters) =>
SembastCompositeFilter.and(filters);
Record must match all of the given filters
.
factory Filter.and(List<Filter> filters) =>
SembastCompositeFilter.and(filters);