menu
jetleaf_lang package
documentation
lang.dart
LinkedStack<E>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
override
Returns true if this stack contains no elements.
Implementation
@override bool get isEmpty => _top == null;
jetleaf_lang package
documentation
lang
LinkedStack<E>
isEmpty property
LinkedStack class