PlayerScoreResetAllResponse constructor
PlayerScoreResetAllResponse({
- String? kind,
- List<
PlayerScoreResetResponse> ? results,
Implementation
PlayerScoreResetAllResponse({
this.kind,
this.results,
});