TaxonomyNameAutocompleter class

Autocomplete suggestions for TaxonomyNames.

Implemented types

Constructors

TaxonomyNameAutocompleter({required List<TaxonomyName> taxonomyNames, required OpenFoodFactsLanguage language, int limit = 25, UriProductHelper uriHelper = uriHelperFoodProd, User? user, Fuzziness fuzziness = Fuzziness.none})
const

Properties

fuzziness Fuzziness
final
hashCode int
The hash code for this object.
no setterinherited
language OpenFoodFactsLanguage
final
limit int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxonomyNames List<TaxonomyName>
final
uriHelper UriProductHelper
final
user User?
final

Methods

getSuggestions(String input) Future<List<String>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited