menu
sunny_sdk_core package
documentation
model_exports.dart
SunnyIterableExtensions<V>
whereNotNull method
whereNotNull method
dark_mode
light_mode
whereNotNull
method
Iterable
<
V
>
whereNotNull
(
)
Implementation
Iterable<V> whereNotNull() => this?.where(notNull()) ?? <V>[];
sunny_sdk_core package
documentation
model_exports
SunnyIterableExtensions<V>
whereNotNull method
SunnyIterableExtensions extension on
Iterable
<
V
>
?