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