hasException property

bool hasException

Whether the current page has an exception or not

Implementation

bool get hasException => _currentException != null;