Map<String, dynamic> toJson() => { 'notes': notes, 'is_successful': isSuccessful, 'matching_score': matchingScore, 'threshold_used': thresholdUsed, };