passThreshold property
double
get
passThreshold
If a Score.value meets or exceeds this threshold, Score.passed is
true. Defaults to 1.0 (binary) but graders may override to support
partial credit thresholds.
Implementation
double get passThreshold => 1.0;