menu
df_widgets package
documentation
_common.dart
WrapOnAsyncExt<T extends Object>
wrapValueInOk method
wrapValueInOk method
dark_mode
light_mode
wrapValueInOk
method
Async
<
Ok
<
T
>
>
wrapValueInOk
(
)
Implementation
@pragma('vm:prefer-inline') Async<Ok<T>> wrapValueInOk() => then((e) => Ok(e));
df_widgets package
documentation
_common
WrapOnAsyncExt<T extends Object>
wrapValueInOk method
WrapOnAsyncExt extension on
Async
<
T
>