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