menu
df_pod package
documentation
_common.dart
WrapOnOutcomeExt<T extends Object, M extends Outcome<T>>
wrapValueInAsync method
wrapValueInAsync method
dark_mode
light_mode
wrapValueInAsync
method
Outcome
<
Async
<
T
>
>
wrapValueInAsync
(
)
Implementation
@pragma('vm:prefer-inline') Outcome<Async<T>> wrapValueInAsync() => map((e) => Async.okValue(e));
df_pod package
documentation
_common
WrapOnOutcomeExt<T extends Object, M extends Outcome<T>>
wrapValueInAsync method
WrapOnOutcomeExt extension on M