toJson method
Implementation
Map<String, dynamic> toJson() => {
'trialId': trialId.toJson(),
'humanScore': humanScore,
'judgeScore': judgeScore,
'absoluteDelta': absoluteDelta,
'humanRationale': humanRationale,
'judgeRationale': judgeRationale,
};