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