pop method

DartItem pop()

Pop an item from the stack top.

Implementation

DartItem pop() => _stack.pop();