notNullList<T> function

bool Function(T item) notNullList<T>()

Implementation

bool Function(T item) notNullList<T>() => (item) => item != null;