withNullifyer property

Iterable<T> withNullifyer

Removes all the null values and converts Iterable<T?> into Iterable<T>

Implementation

Iterable<T> get withNullifyer => whereType();