ScoreAttributes constructor

ScoreAttributes({
  1. ScoreConfidence? scoreConfidence,
})

Implementation

ScoreAttributes({
  this.scoreConfidence,
});