DartBlockPrintEvaluation constructor

DartBlockPrintEvaluation(
  1. double similarityThreshold,
  2. List<(String, String?, DartBlockPrintEvaluationType, double?)> printEvaluations,
  3. DartBlockEvaluationSchemaType evaluationType,
  4. bool isCorrect,
  5. DartBlockException? dartBlockException,
)

Implementation

DartBlockPrintEvaluation(
  this.similarityThreshold,
  this.printEvaluations,
  super.evaluationType,
  super.isCorrect,
  super.dartBlockException,
);