clear method

void clear()

Clear the stack;

Implementation

void clear() {
  _stack = Stack<DartItem>();
}