DictionarySearchParams constructor
Prepare parameters needed for searching the dictionary database from a separate isolate.
Implementation
DictionarySearchParams({
required this.searchTerm,
required this.maximumDictionarySearchResults,
required this.maximumDictionaryTermsInResult,
required this.enabledDictionaryIds,
required this.searchWithWildcards,
required super.sendPort,
required super.directoryPath,
});