isLeft method

  1. @override
bool isLeft()
override

Returns true if this is a Left.

Implementation

@override
bool isLeft() => true;