menu
fast_http package
documentation
core/API/request_method.dart
Either<L, R>
swap method
swap method
dark_mode
light_mode
swap
method
Either
<
R
,
L
>
swap
(
)
Implementation
Either<R, L> swap() => fold(right, left);
fast_http package
documentation
core/API/request_method
Either<L, R>
swap method
Either class