hasPendingChildren property

bool hasPendingChildren

Whether this route has pending children

Implementation

bool get hasPendingChildren => pendingChildren.isNotEmpty;