handled property

bool? handled
final

Optional flag indicating whether the exception has been handled by the user (e.g. via try..catch)

Implementation

final bool? handled;