PathRule constructor

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

Implementation

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