pendingChildren property

List<RouteMatch> get pendingChildren

The pre-matched sub-routes of this route

These are consumed by the sub-router once it's created

Implementation

List<RouteMatch> get pendingChildren => _pendingChildren;