SearchForHitsOptions constructor
const
SearchForHitsOptions({
- required String indexName,
- SearchTypeDefault? type,
Returns a new SearchForHitsOptions instance.
Implementation
const SearchForHitsOptions({
required this.indexName,
this.type,
});