PlayerScoreResetAllResponse constructor

PlayerScoreResetAllResponse({
  1. String? kind,
  2. List<PlayerScoreResetResponse>? results,
})

Implementation

PlayerScoreResetAllResponse({
  this.kind,
  this.results,
});