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