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