menu
google_maps_utils package
documentation
utils/stack.dart
Stack<T>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
check if the stack is empty.
Implementation
bool get isEmpty => _list.isEmpty;
google_maps_utils package
documentation
utils/stack
Stack<T>
isEmpty property
Stack class