UnwrapList<T> extension
- on
-
- List<
T?> ?
- List<
Methods
-
unwrap(
) → List< T> -
Available on List<
Unwraps a nullable list of nullable items into a non-nullable list of non-nullable items. If the original list is null, it returns an empty list. If the original list contains null items, they are filtered out.T?> ?, provided by the UnwrapList extension