Represents the right side of Either class which by convention is a "Success"
bool get isRight => this is Right<L, R>;