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