Either<L, R>.right constructor

const Either<L, R>.right(
  1. R right
)

Implementation

const factory Either.right(R right) = _EitherRight;