HttpRoute constructor

HttpRoute({
  1. HttpRouteAction? action,
  2. HttpRouteMatch? match,
})

Implementation

HttpRoute({
  this.action,
  this.match,
});