hasPendingSubNavigation property

bool hasPendingSubNavigation

Implementation

bool get hasPendingSubNavigation =>
    hasPendingChildren && pendingChildren.last.hasChildren;