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 = const [],
  9. List<HttpRouteRule> routeRules = const [],
})

Implementation

PathMatcher({
  this.defaultCustomErrorResponsePolicy,
  this.defaultRouteAction,
  this.defaultService,
  this.defaultUrlRedirect,
  this.description,
  this.headerAction,
  this.name,
  this.pathRules = const [],
  this.routeRules = const [],
}) : super(fullyQualifiedName);