NonNullableList<E extends Object> extension
Provides functions for working with Lists of null-nullable elements.
- on
-
- List<
E>
- List<
Methods
-
addIfNonNull(
E? element) → bool -
Adds the
element
to this list and returnstrue
if it is not null.