HttpRouteParam constructor

HttpRouteParam(
  1. String name,
  2. String pattern,
  3. HttpRouteParamType? type
)

Implementation

HttpRouteParam(this.name, this.pattern, this.type);