peekBottom method

DartItem peekBottom()

Peek the bottom stack item.

Implementation

DartItem peekBottom() => _stack.bottom();