hasRoutes method

bool hasRoutes()

Implementation

bool hasRoutes() {
  return _viewStack.isNotEmpty;
}