handled property
Optional flag indicating whether the exception has been handled by the user (e.g. via try..catch)
Implementation
final bool? handled;
Optional flag indicating whether the exception has been handled by the user (e.g. via try..catch)
final bool? handled;