atAsyncSuspension property

  1. @optional
bool? atAsyncSuspension
getter/setter pair

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

This is provided for the event kinds:

  • PauseBreakpoint
  • PauseInterrupted

Implementation

@optional
bool? atAsyncSuspension;