PathMatcher constructor
PathMatcher({
- HttpRouteAction? defaultRouteAction,
- String? defaultService,
- HttpRedirectAction? defaultUrlRedirect,
- String? description,
- HttpHeaderAction? headerAction,
- String? name,
- List<
PathRule> ? pathRules, - List<
HttpRouteRule> ? routeRules,
Implementation
PathMatcher({
this.defaultRouteAction,
this.defaultService,
this.defaultUrlRedirect,
this.description,
this.headerAction,
this.name,
this.pathRules,
this.routeRules,
});