findFn property

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

Return list of items what need to list for dropdown. The list may be offline, or remote data from server.

Implementation

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