Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses.fromJson constructor
Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses.fromJson()
Implementation
factory Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses.fromJson(
Map<String, dynamic> json) {
final l$count = json['count'];
final l$total = json['total'];
final l$answer = json['answer'];
final l$percentage = json['percentage'];
final l$users = json['users'];
return Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses(
count: (l$count as int?),
total: (l$total as int?),
answer: (l$answer as String?),
percentage: (l$percentage as String?),
users: (l$users as List<dynamic>?)
?.map((e) =>
Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users
.fromJson((e as Map<String, dynamic>)))
.toList(),
);
}