selectFutures method

List<Future<T>> selectFutures()

Selects all elements that are a Future and returns a List of them.

Implementation

List<Future<T>> selectFutures() => whereFuture().toList();