routes property

Map<String, RouteNode<T>>? routes
final

These are the following pages that go after current page.

These pages fully overlap current node's page and use the same Router.

There are no following pages when null.

Implementation

final Map<String, RouteNode<T>>? routes;