errorOccurred property
bool
get
errorOccurred
True if the last navigation in this frame was interrupted by an error, i.e. the onErrorOccurred event fired.
Implementation
bool get errorOccurred => _wrapped.errorOccurred;
set
errorOccurred
(bool v)
Implementation
set errorOccurred(bool v) {
_wrapped.errorOccurred = v;
}