withoutNullElements method

Iterable<T> withoutNullElements()

withoutNullElements

Returns a new iterable with all the null elements removed.

Implementation

Iterable<T> withoutNullElements() => whereType<T>();