Represents the left side of Either class which by convention is a "Failure".
Future<bool> get isLeft => this.then((either) => either.isLeft);