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