HttpRouteRuleMatch constructor
HttpRouteRuleMatch({
- String? fullPathMatch,
- List<
HttpHeaderMatch> headerMatches = const [], - bool? ignoreCase,
- List<
MetadataFilter> metadataFilters = const [], - String? pathTemplateMatch,
- String? prefixMatch,
- List<
HttpQueryParameterMatch> queryParameterMatches = const [], - String? regexMatch,
Implementation
HttpRouteRuleMatch({
this.fullPathMatch,
this.headerMatches = const [],
this.ignoreCase,
this.metadataFilters = const [],
this.pathTemplateMatch,
this.prefixMatch,
this.queryParameterMatches = const [],
this.regexMatch,
}) : super(fullyQualifiedName);