RouteHandler constructor
const
RouteHandler(
- String template,
- HttpHandler handler
Implementation
const RouteHandler(this.template, this.handler);
const RouteHandler(this.template, this.handler);