PathMatcher constructor

PathMatcher({
  1. CustomErrorResponsePolicy? defaultCustomErrorResponsePolicy,
  2. HttpRouteAction? defaultRouteAction,
  3. String? defaultService,
  4. HttpRedirectAction? defaultUrlRedirect,
  5. String? description,
  6. HttpHeaderAction? headerAction,
  7. String? name,
  8. List<PathRule>? pathRules,
  9. List<HttpRouteRule>? routeRules,
})

Implementation

PathMatcher({
  this.defaultCustomErrorResponsePolicy,
  this.defaultRouteAction,
  this.defaultService,
  this.defaultUrlRedirect,
  this.description,
  this.headerAction,
  this.name,
  this.pathRules,
  this.routeRules,
});