DartBlockFunctionOutputEvaluation constructor

DartBlockFunctionOutputEvaluation(
  1. List<(FunctionCallStatement, String?)> correctFunctionCalls,
  2. List<(FunctionCallStatement, String?, String?, DartBlockException?)> wrongFunctionCalls,
  3. DartBlockEvaluationSchemaType evaluationType,
  4. bool isCorrect,
  5. DartBlockException? dartBlockException,
)

Implementation

DartBlockFunctionOutputEvaluation(
  this.correctFunctionCalls,
  this.wrongFunctionCalls,
  super.evaluationType,
  super.isCorrect,
  super.dartBlockException,
);