isSuccess property

bool isSuccess

Returns true if the Result Monad has a success value, false otherwise

Implementation

bool get isSuccess => _isSuccess;