routes property

List<HttpRoute> routes
final

List of routes

Generally you don't want to manipulate this array directly, instead add routes by calling the get,post,put,delete methods.

Implementation

final routes = <HttpRoute>[];