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