menu
sharing package
documentation
remote/network/either.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);
sharing package
documentation
remote/network/either
Either<L, R>
swap method
Either class