menu
df_pod package
documentation
_common.dart
Result<T extends Object>
okOr abstract method
okOr abstract method
dark_mode
light_mode
okOr
abstract method
Result
<
T
>
okOr
(
Result
<
T
>
other
)
Returns this if it's
Ok
, otherwise returns the
other
Result
.
Implementation
Result<T> okOr(Result<T> other);
df_pod package
documentation
_common
Result<T extends Object>
okOr abstract method
Result class