frame property

List<StackFrame>? frame
getter/setter pair

Stack frames in this call stack.

Implementation

core.List<StackFrame>? frame;