factory HttpGatewayRouteMatch.fromJson(Map<String, dynamic> json) { return HttpGatewayRouteMatch( prefix: json['prefix'] as String, ); }