Query$getLiveLeaderboardByCycleForCurrentUserPaginated.fromJson constructor
Query$getLiveLeaderboardByCycleForCurrentUserPaginated.fromJson(
- Map<String, dynamic> json
)
Implementation
factory Query$getLiveLeaderboardByCycleForCurrentUserPaginated.fromJson(
Map<String, dynamic> json) {
final l$getLiveLeaderboardByCycleForCurrentUserPaginated =
json['getLiveLeaderboardByCycleForCurrentUserPaginated'];
return Query$getLiveLeaderboardByCycleForCurrentUserPaginated(
getLiveLeaderboardByCycleForCurrentUserPaginated:
Query$getLiveLeaderboardByCycleForCurrentUserPaginated$getLiveLeaderboardByCycleForCurrentUserPaginated
.fromJson((l$getLiveLeaderboardByCycleForCurrentUserPaginated
as Map<String, dynamic>)));
}