awaiterFrames property Null safety
optional">@optionalread / write
A list of frames representing the asynchronous path. Comparable to
asyncCausalFrames
, if provided, although some frames may be different.
Implementation
@optional
List<Frame>? awaiterFrames;