HttpRouteRouteMatch constructor
HttpRouteRouteMatch({
- String? fullPathMatch,
- List<
HttpRouteHeaderMatch> ? headers, - bool? ignoreCase,
- String? prefixMatch,
- List<
HttpRouteQueryParameterMatch> ? queryParameters, - String? regexMatch,
Implementation
HttpRouteRouteMatch({
this.fullPathMatch,
this.headers,
this.ignoreCase,
this.prefixMatch,
this.queryParameters,
this.regexMatch,
});