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