PlayerScoreListResponse constructor

PlayerScoreListResponse({
  1. String? kind,
  2. List<PlayerScoreResponse>? submittedScores,
})

Implementation

PlayerScoreListResponse({this.kind, this.submittedScores});