HttpRouteParam constructor
HttpRouteParam(
- String name,
- String pattern,
- HttpRouteParamType? type
Implementation
HttpRouteParam(this.name, this.pattern, this.type);