isExceptionGroup property

bool? isExceptionGroup
final

An optional boolean value, set true when the exception is the exception group type specific to the platform or language. The default is false when omitted. For example, exceptions of type PlatformException have set it to true, others are set to false.

Implementation

final bool? isExceptionGroup;