menu
df_widgets package
documentation
_common.dart
Option<T>
unwrap method
unwrap method
dark_mode
light_mode
unwrap
method
T
unwrap
(
)
Unwrap the value or throw an error if it's
None
.
Implementation
T unwrap() => some.value;
df_widgets package
documentation
_common
Option<T>
unwrap method
Option class