routeNotFound property

Response routeNotFound
final

Sentinel Response object indicating that no matching route was found.

This is the default response value from a Router created without a notFoundHandler, when no routes matches the incoming request.

Implementation

static final Response routeNotFound = _RouteNotFoundResponse();