HttpRouteMatch constructor
HttpRouteMatch({
- required String prefix,
- List<
HttpRouteHeader> ? headers, - HttpMethod? method,
- HttpScheme? scheme,
Implementation
HttpRouteMatch({
required this.prefix,
this.headers,
this.method,
this.scheme,
});