SearchDictionaryEntriesParams constructor
const
SearchDictionaryEntriesParams({
- required String query,
- int? page,
- int? hitsPerPage,
- SupportedLanguage? language,
Returns a new SearchDictionaryEntriesParams instance.
Implementation
const SearchDictionaryEntriesParams({
required this.query,
this.page,
this.hitsPerPage,
this.language,
});