menu
rust_core package
documentation
result.dart
Result<S, F extends Object>
unwrap abstract method
unwrap abstract method
dark_mode
light_mode
unwrap
abstract method
S
unwrap
(
)
Returns the ok value if
Result
is
Ok
. Throws a
Panic
if the
Result
is
Err
.
Implementation
S unwrap();
rust_core package
documentation
result
Result<S, F extends Object>
unwrap abstract method
Result class