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