Variables$Query$checkWalletAndReputation.fromJson constructor
Implementation
factory Variables$Query$checkWalletAndReputation.fromJson(
Map<String, dynamic> data) {
final result$data = <String, dynamic>{};
final l$input = data['input'];
result$data['input'] =
Input$QuestActionCheckInput.fromJson((l$input as Map<String, dynamic>));
return Variables$Query$checkWalletAndReputation._(result$data);
}