children property

RouteCollection? children

The nested child-entries of this route

returns null if this route has no child-entries

Implementation

RouteCollection? get children => _children;