SearchResult constructor

SearchResult({
  1. List<SearchResultHit> hits = const [],
})

Implementation

SearchResult({
  this.hits = const [],
});