isLeft property

  1. @override
bool get isLeft
override

Returns true if the value is a Left.

Implementation

@override
bool get isLeft => true;