HttpRouteRouteRule constructor
HttpRouteRouteRule({
- HttpRouteRouteAction? action,
- List<
HttpRouteRouteMatch> ? matches,
Implementation
HttpRouteRouteRule({this.action, this.matches});