stack property

List<List<Object?>> stack
final

The program's value stack

Implementation

final stack = <List<Object?>>[];