isLeft method

  1. @override
bool isLeft()
override

Always returns false because this is a Right.

Implementation

@override
bool isLeft() => false;