pendingChildren property

List<RouteMatch> pendingChildren
final

The pre-matched sub-routes of this route

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

Implementation

final List<RouteMatch> pendingChildren;