whereMatchedAll method

List<TermSearchResult<T>> whereMatchedAll()

Implementation

List<TermSearchResult<T>> whereMatchedAll() {
  return [...where((result) => result.matchAll)];
}