menu
fast_http package
documentation
core/API/request_method.dart
Either<L, R>
orElse method
orElse method
dark_mode
light_mode
orElse
method
Either
<
L
,
R
>
orElse
(
Either
<
L
,
R
>
other
()
)
Implementation
Either<L, R> orElse(Either<L, R> other()) => fold((_) => other(), (_) => this);
fast_http package
documentation
core/API/request_method
Either<L, R>
orElse method
Either class