AutocompleteOptionToString<T extends Object> typedef
Null safety
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:
- RawAutocomplete.displayStringForOption, which is of this type.
Implementation
typedef AutocompleteOptionToString<T extends Object> = String Function(T option);