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