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