frames property

List<Frame>? frames
getter/setter pair

A list of frames that make up the synchronous stack, rooted at the message loop (i.e., the frames since the last asynchronous gap or the isolate's entrypoint).

Implementation

List<Frame>? frames;