menu
dartxx package
documentation
list_ext.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!; }
dartxx package
documentation
list_ext
NullSetXX<V>
orEmptySet method
NullSetXX extension on
Set
<
V
>
?