awaiterFrames property

  1. @optional
List<Frame>? awaiterFrames
getter/setter pair

A list of frames representing the asynchronous path. Comparable to asyncCausalFrames, if provided, although some frames may be different.

Implementation

@optional
List<Frame>? awaiterFrames;