whereFutureNullable method

Iterable<Future<T?>> whereFutureNullable()

Filters to Future elements.

Implementation

Iterable<Future<T?>> whereFutureNullable() => whereType<Future<T?>>();