SearchForHitsOptions constructor

const SearchForHitsOptions({
  1. required String indexName,
  2. SearchTypeDefault? type,
})

Returns a new SearchForHitsOptions instance.

Implementation

const SearchForHitsOptions({
  required this.indexName,
  this.type,
});