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