Map<String, dynamic> toJson() { return { 'ref': ref, 'score': score, 'matchData': matchData.toJson(), }; }