maximumTerms property
The maximum dictionary terms in a result.
Implementation
int get maximumTerms {
return _preferences.get('maximum_terms',
defaultValue: defaultMaximumDictionaryTermsInResult);
}
The maximum dictionary terms in a result.
int get maximumTerms {
return _preferences.get('maximum_terms',
defaultValue: defaultMaximumDictionaryTermsInResult);
}