hasPendingRoutes property

bool get hasPendingRoutes

Whether _initialPendingRoutes is not empty

Implementation

bool get hasPendingRoutes => _initialPendingRoutes?.isNotEmpty == true;