routes property

List<Route> routes
final

A list of Route which defines how to handle path passed to the server.

Implementation

final List<Route> routes = <Route>[];