menu
sunny_sdk_core package
documentation
model_exports.dart
NullSetXX<V>
orEmptySet method
orEmptySet method
dark_mode
light_mode
orEmptySet
method
Set
<
V
>
orEmptySet
(
)
Implementation
Set<V> orEmptySet() { if (this == null) return const {}; return this!; }
sunny_sdk_core package
documentation
model_exports
NullSetXX<V>
orEmptySet method
NullSetXX extension on
Set
<
V
>
?