Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$singleChoice constructor

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$singleChoice({
  1. required bool toggle,
  2. required bool poll,
  3. String $__typename = 'QuestionSettingsToggleType',
})

Implementation

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$singleChoice({
  required this.toggle,
  required this.poll,
  this.$__typename = 'QuestionSettingsToggleType',
});