Returns true if the Either is a Right.
true
bool isRight<L, R>(Either<L, R> either) => either._isRight;