walk method

List<DartItem> walk()

Walk the stack

Implementation

List<DartItem> walk() => _stack.toList;