menu
trampoline package
documentation
either.dart
Either<L, R>
Either.right factory constructor
Either.right factory constructor
dark_mode
light_mode
Either<
L
,
R
>.right
constructor
Either<
L
,
R
>.right
(
R
v
)
Implementation
factory Either.right(R v) { return Right(v); }
trampoline package
documentation
either
Either<L, R>
Either.right factory constructor
Either class