RouteSpec constructor

RouteSpec({
  1. HttpRoute? httpRoute,
})

Implementation

RouteSpec({
  this.httpRoute,
});