atAsyncSuspension property Null safety

bool? atAsyncSuspension
optional">@optionalread / write

Is the isolate paused at an await, yield, or yield* statement?

This is provided for the event kinds:

  • PauseBreakpoint
  • PauseInterrupted

Implementation

@optional
bool? atAsyncSuspension;