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