menu
libprolog package
documentation
libprolog.dart
GoalStack
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Returns true if the stack is empty.
Implementation
bool get isEmpty => _goals.isEmpty;
libprolog package
documentation
libprolog
GoalStack
isEmpty property
GoalStack class