HttpRoute constructor
HttpRoute({
- HttpRouteAction? action,
- HttpRouteMatch? match,
Implementation
HttpRoute({
this.action,
this.match,
});
HttpRoute({
this.action,
this.match,
});