isRight method

bool isRight()

Implementation

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