whereNotNull method

Iterable<T> whereNotNull()

Implementation

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