isFatal property

bool isFatal
final

True when the error was caught by PlatformDispatcher.onError (i.e. an unhandled async error that would normally terminate the isolate).

Implementation

final bool isFatal;