scoreValue property

double scoreValue

Implementation

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