menu
tikka package
documentation
util/stack.dart
Stack<T>
peek method
peek method
dark_mode
light_mode
peek
method
T
peek
(
)
Returns the latest pushed item without removing it.
Implementation
T peek() => _items.last;
tikka package
documentation
util/stack
Stack<T>
peek method
Stack class