menu
df_widgets package
documentation
_common.dart
Result<T, E>
unwrap method
unwrap method
dark_mode
light_mode
unwrap
method
T
unwrap
(
)
Unwrap the value or throw an error if it's
Err
.
Implementation
T unwrap() { return ok.value; }
df_widgets package
documentation
_common
Result<T, E>
unwrap method
Result class