HttpRouteMatch constructor

HttpRouteMatch({
  1. String? prefix,
})

Implementation

HttpRouteMatch({
  this.prefix,
});