whereNotNull method

Iterable<V> whereNotNull()

Implementation

Iterable<V> whereNotNull() => this?.where(notNull()) ?? <V>[];