whereNotEmpty method

List<T> whereNotEmpty()

Implementation

List<T> whereNotEmpty() => where(isNotEmpty).cast<T>().toList();