Variables$Query$getChallengeLeaderboardWithCurrentUser constructor
Variables$Query$getChallengeLeaderboardWithCurrentUser({
- required String id,
- Input$PaginationInput? pagination,
Implementation
factory Variables$Query$getChallengeLeaderboardWithCurrentUser({
required String id,
Input$PaginationInput? pagination,
}) =>
Variables$Query$getChallengeLeaderboardWithCurrentUser._({
r'id': id,
if (pagination != null) r'pagination': pagination,
});