PlayerScore constructor

PlayerScore({
  1. String? formattedScore,
  2. String? kind,
  3. String? score,
  4. String? scoreTag,
  5. String? timeSpan,
})

Implementation

PlayerScore({
  this.formattedScore,
  this.kind,
  this.score,
  this.scoreTag,
  this.timeSpan,
});