isLeft property

bool get isLeft

Returns true if this is a Left

Implementation

bool get isLeft => this is Left<L, R>;