FutureRequest<T> typedef

FutureRequest<T> = Future<List<DropdownItem<T>>> Function()

typedef for the future request.

Implementation

typedef FutureRequest<T> = Future<List<DropdownItem<T>>> Function();