menu
df_widgets package
documentation
_common.dart
SafeFuturePod<T>
unwrap method
unwrap method
dark_mode
light_mode
unwrap
method
T
unwrap
(
)
Unwraps the Pod's value.
Implementation
T unwrap() => value.some.unwrap().ok.value;
df_widgets package
documentation
_common
SafeFuturePod<T>
unwrap method
SafeFuturePod class