isSyntheticAsyncContinuation property Null safety

bool? isSyntheticAsyncContinuation
optional">@optionalread / write

Is this a breakpoint that was added synthetically as part of a step OverAsyncSuspension resume command?

Implementation

@optional
bool? isSyntheticAsyncContinuation;