hasException property
bool
get
hasException
Whether the current page has an exception or not
Implementation
bool get hasException => _currentException != null;
Whether the current page has an exception or not
bool get hasException => _currentException != null;