isCustomRawExceptionHandler property

bool isCustomRawExceptionHandler

Indicates if a custom raw exception handler has been set.

True if exceptionHandlerRaw has been set to an custom function. False if it is the default function implemented by the library.

Implementation

bool get isCustomRawExceptionHandler =>
    exceptionHandlerRaw != _defaultRawExceptionHandler;