popBottom method

DartItem popBottom()

Pop an item from the stack bottom.

Implementation

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