Query$getChallengeLeaderboardWithCurrentUser constructor

Query$getChallengeLeaderboardWithCurrentUser({
  1. required Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser getChallengeLeaderboardWithCurrentUser,
  2. String $__typename = 'Query',
})

Implementation

Query$getChallengeLeaderboardWithCurrentUser({
  required this.getChallengeLeaderboardWithCurrentUser,
  this.$__typename = 'Query',
});