DictionarySearchResult constructor
Define a search result with the given references to DictionaryEntry items.
Implementation
DictionarySearchResult({
required this.searchTerm,
this.bestLength = 0,
this.scrollPosition = 0,
this.headingIds = const [],
this.id,
});