menu
df_widgets package
documentation
_common.dart
IterableSomeExtension<T extends Object>
unwrapAll method
unwrapAll method
dark_mode
light_mode
unwrapAll
method
Iterable
<
T
>
unwrapAll
(
)
Implementation
Iterable<T> unwrapAll() { return whereSome().map((e) => e.value); }
df_widgets package
documentation
_common
IterableSomeExtension<T extends Object>
unwrapAll method
IterableSomeExtension extension on
Iterable
<
Some
<
T
>
>