stack method

dynamic stack()

Implementation

stack() {
  return _actionsStack;
}