frame property

List<Object?> frame
getter/setter pair

The current frame (usually stack.last)

Implementation

List<Object?> frame = [];