fetchSuggestions property

Future<List<DropDownResponse>> Function(String query)? fetchSuggestions
final

Implementation

final Future<List<DropDownResponse>> Function(String query)? fetchSuggestions;