scoreValue property
double
get
scoreValue
Implementation
double get scoreValue {
return _scoreValue ??= score.calculate();
}
double get scoreValue {
return _scoreValue ??= score.calculate();
}