isSyntheticAsyncContinuation property Null safety
read / write
Is this a breakpoint that was added synthetically as part of a step OverAsyncSuspension resume command?
Implementation
@optional
bool? isSyntheticAsyncContinuation;
Is this a breakpoint that was added synthetically as part of a step OverAsyncSuspension resume command?
@optional
bool? isSyntheticAsyncContinuation;