menu
dartxx package
documentation
list_ext.dart
IterOfNullableXX<V>
notNull method
notNull method
dark_mode
light_mode
notNull
method
Iterable
<
V
>
notNull
(
)
Implementation
Iterable<V> notNull() { return this.where((element) => element != null).cast<V>(); }
dartxx package
documentation
list_ext
IterOfNullableXX<V>
notNull method
IterOfNullableXX extension on
Iterable
<
V?
>