removeNull property

List<T> removeNull

Implementation

List<T> get removeNull => whereType<T>().toList();