AutocompleteOptionToString<T extends Object> typedef

AutocompleteOptionToString<T extends Object> = String Function(T option)

The type of the RawAutocomplete callback that converts an option value to a string which can be displayed in the widget's options menu.

See also:

Implementation

typedef AutocompleteOptionToString<T extends Object> = String Function(T option);