isLeft property

bool isLeft

Returns true if this is a Left, false otherwise.

Implementation

bool get isLeft => !isRight;