peek method

DartItem? peek()

Peek the top stack item.

Implementation

DartItem? peek() => _stack.top();