Variables$Query$getChallengeLeaderboardWithCurrentUser constructor

Variables$Query$getChallengeLeaderboardWithCurrentUser({
  1. required String id,
  2. 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,
    });