inErrorRoutine property
A flag indicating we're running in the error routine. Set to avoid infinite loop if in errors in the error routine.
Implementation
bool get inErrorRoutine => _inErrorRoutine;
A flag indicating we're running in the error routine. Set to avoid infinite loop if in errors in the error routine.
bool get inErrorRoutine => _inErrorRoutine;