PerfectAutocompleteOptionToString<T extends Object> typedef
The type of the PerfectRawAutocomplete callback that converts an option value to a string which can be displayed in the widget's options menu.
See also:
- PerfectRawAutocomplete.displayStringForOption, which is of this type.
Implementation
typedef PerfectAutocompleteOptionToString<T extends Object> = String Function(
T option);