popAll method

void popAll()

Implementation

void popAll() => _stack.removeRange(0, _stack.length);