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