Returns the Right value if this is a Right, otherwise throws.
@override R getRight() { throw StateError('Cannot get a Right value from $this.'); }