awaiterFrames property Null safety

List<Frame>? awaiterFrames
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;