RouteHandler constructor

const RouteHandler(
  1. String template,
  2. HttpHandler handler
)

Implementation

const RouteHandler(this.template, this.handler);