hasPendingChildren property
      
      bool
      get
      hasPendingChildren
      
    
    
Whether this route has pending children
Implementation
bool get hasPendingChildren => _pendingChildren.isNotEmpty;Whether this route has pending children
bool get hasPendingChildren => _pendingChildren.isNotEmpty;