menu
betto_common
collections.dart
Stack
<
E
>
isNotEmpty property
isNotEmpty
dark_mode
light_mode
isNotEmpty
property
bool
get
isNotEmpty
Returns true if the stack is not empty.
Implementation
bool get isNotEmpty => _list.isNotEmpty;
betto_common
collections
Stack
<
E
>
isNotEmpty property
Stack class