menu
sunny_sdk_core package
documentation
model_exports.dart
IterOfNullableXX<V>
notNullSet method
notNullSet method
dark_mode
light_mode
notNullSet
method
Set
<
V
>
notNullSet
(
)
Implementation
Set<V> notNullSet() { return <V>{ for (var i in this) if (i != null) i }; }
sunny_sdk_core package
documentation
model_exports
IterOfNullableXX<V>
notNullSet method
IterOfNullableXX extension on
Iterable
<
V?
>