isRight property

bool get isRight

Returns true if this is a Right

Implementation

bool get isRight => this is Right<L, R>;