DartBlockPrintEvaluation constructor
DartBlockPrintEvaluation(
- double similarityThreshold,
- List<
(String, String?, DartBlockPrintEvaluationType, double?)> printEvaluations, - DartBlockEvaluationSchemaType evaluationType,
- bool isCorrect,
- DartBlockException? dartBlockException,
Implementation
DartBlockPrintEvaluation(
this.similarityThreshold,
this.printEvaluations,
super.evaluationType,
super.isCorrect,
super.dartBlockException,
);