HttpRouteRouteRule constructor

HttpRouteRouteRule({
  1. HttpRouteRouteAction? action,
  2. List<HttpRouteRouteMatch>? matches,
})

Implementation

HttpRouteRouteRule({
  this.action,
  this.matches,
});