menu
df_pod package
documentation
_common.dart
WrapOnOutcomeExt<T extends Object, M extends Outcome<T>>
wrapValueInSome method
wrapValueInSome method
dark_mode
light_mode
wrapValueInSome
method
Outcome
<
Some
<
T
>
>
wrapValueInSome
(
)
Implementation
@pragma('vm:prefer-inline') Outcome<Some<T>> wrapValueInSome() => map(Some.new);
df_pod package
documentation
_common
WrapOnOutcomeExt<T extends Object, M extends Outcome<T>>
wrapValueInSome method
WrapOnOutcomeExt extension on M