isRoutesEmpty property

bool isRoutesEmpty

Indicates whether there are no more pages in the navigation history.

Implementation

bool get isRoutesEmpty => _history.isEmpty;