PlayerScoreResetResponse constructor

PlayerScoreResetResponse({
  1. String? definitionId,
  2. String? kind,
  3. List<String>? resetScoreTimeSpans,
})

Implementation

PlayerScoreResetResponse({
  this.definitionId,
  this.kind,
  this.resetScoreTimeSpans,
});