isRight property

  1. @override
bool isRight
override

Returns true if this is a Right, false otherwise. Used only for performance instead of fold.

Implementation

@override
bool get isRight => true;