isLeft property

bool get isLeft

True if this is Left.

Implementation

bool get isLeft => this is Left;