PathRule constructor
PathRule({
- CustomErrorResponsePolicy? customErrorResponsePolicy,
- List<
String> paths = const [], - HttpRouteAction? routeAction,
- String? service,
- HttpRedirectAction? urlRedirect,
Implementation
PathRule({
this.customErrorResponsePolicy,
this.paths = const [],
this.routeAction,
this.service,
this.urlRedirect,
}) : super(fullyQualifiedName);