notNull property

Iterable<T> get notNull

Implementation

Iterable<T> get notNull => where((element) => element != null);