pub unsafe extern "C" fn Dart_IsCompilationError(
    handle: Dart_Handle
) -> bool
Expand description

Is this a compilation error handle?

Compilation error handles are produced when, during the execution of Dart code, a compile-time error occurs. This can occur in any function which triggers the execution of Dart code.

Requires there to be a current isolate.