menu
gmana package
documentation
either/either.dart
Either<L, R>
swap abstract method
swap abstract method
dark_mode
light_mode
swap
abstract method
Either
<
R
,
L
>
swap
(
)
Swaps the sides of this
Either
, turning
Left
into
Right
and vice versa.
Implementation
Either<R, L> swap();
gmana package
documentation
either/either
Either<L, R>
swap abstract method
Either class