isRight method

bool isRight()
inherited

Implementation

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