HttpGatewayRouteMatch constructor

HttpGatewayRouteMatch({
  1. required String prefix,
})

Implementation

HttpGatewayRouteMatch({
  required this.prefix,
});