Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$multipleChoice.fromJson constructor

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$multipleChoice.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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