hasException property

bool get hasException

Whether the current page has an exception or not

Implementation

bool get hasException => _currentException != null;