PlayerScoreListResponse constructor
PlayerScoreListResponse({
- String? kind,
- List<
PlayerScoreResponse> ? submittedScores,
Implementation
PlayerScoreListResponse({this.kind, this.submittedScores});