routes property

List<RouteBase> routes
final

The supported routes.

The routes list specifies the top-level routes for the app. It must not be empty and must contain an GoRoute to match /.

See GoRouter.

Implementation

final List<RouteBase> routes;