menu
hypi_tink_api package
documentation
either.dart
Either<L, R>
Either.left constructor
Either.left constructor
dark_mode
light_mode
Either<
L
,
R
>.left
constructor
Either<
L
,
R
>.left
(
L
left
)
Implementation
Either.left(this.left) : isLeft = true;
hypi_tink_api package
documentation
either
Either<L, R>
Either.left constructor
Either class