toJson method

Map<String, dynamic> toJson()

Implementation

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