currentChildren property

List<GetPage>? get currentChildren

Retrieves the children of the current route, if any.

Implementation

List<GetPage>? get currentChildren => route?.children;