hasStack property

bool get hasStack
inherited

Whether the navigation stack is empty.

Implementation

bool get hasStack => _stack.isNotEmpty;