Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users.fromJson constructor
Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users.fromJson()
Implementation
factory Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users.fromJson(
Map<String, dynamic> json) {
final l$id = json['id'];
final l$email = json['email'];
final l$lastName = json['lastName'];
final l$firstName = json['firstName'];
final l$picture = json['picture'];
return Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users(
id: (l$id as String?),
email: (l$email as String?),
lastName: (l$lastName as String?),
firstName: (l$firstName as String?),
picture: l$picture == null
? null
: Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users$picture
.fromJson((l$picture as Map<String, dynamic>)),
);
}