selectFuturesNullable method

List<Future<T?>> selectFuturesNullable()

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

Implementation

List<Future<T?>> selectFuturesNullable() => whereFutureNullable().toList();