menu
google_maps_utils package
documentation
utils/stack.dart
Stack<T>
top method
top method
dark_mode
light_mode
top
method
T
top
(
)
Returns the top element without removing it.
Implementation
T top() => _list.last;
google_maps_utils package
documentation
utils/stack
Stack<T>
top method
Stack class