isLeft method

bool isLeft()
inherited

Implementation

bool isLeft() => fold((_) => true, (_) => false);