menu
df_widgets package
documentation
_common.dart
ToUnitOnVoidOption
toUnit method
toUnit method
dark_mode
light_mode
toUnit
method
Option
<
Unit
>
toUnit
(
)
Implementation
Option<Unit> toUnit() => map((_) => Unit());
df_widgets package
documentation
_common
ToUnitOnVoidOption
toUnit method
ToUnitOnVoidOption extension on
Option
<
void
>