Represents the left side of Either class which by convention is a "Failure".
bool get isLeft => this is Left<L, R>;