DeleteEvaluationOutput constructor

DeleteEvaluationOutput({
  1. String? evaluationId,
})

Implementation

DeleteEvaluationOutput({
  this.evaluationId,
});