PathRule constructor

PathRule({
  1. CustomErrorResponsePolicy? customErrorResponsePolicy,
  2. List<String>? paths,
  3. HttpRouteAction? routeAction,
  4. String? service,
  5. HttpRedirectAction? urlRedirect,
})

Implementation

PathRule({
  this.customErrorResponsePolicy,
  this.paths,
  this.routeAction,
  this.service,
  this.urlRedirect,
});