notEmpty property

Iterable<E> notEmpty

Implementation

Iterable<E> get notEmpty => exclude((e) => e.toString().isEmpty);