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