findFn property

Future<List<T>> Function(String str) findFn
final

Return list of items what need to list for dropdown.

Implementation

final Future<List<T>> Function(String str) findFn;