PathRule constructor
PathRule({
- List<
String> ? paths, - HttpRouteAction? routeAction,
- String? service,
- HttpRedirectAction? urlRedirect,
Implementation
PathRule({
this.paths,
this.routeAction,
this.service,
this.urlRedirect,
});