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