EvaluationResult constructor

EvaluationResult({
  1. String? verdict,
})

Implementation

EvaluationResult({
  this.verdict,
});