Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$paragraph constructor

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$paragraph({
  1. required double max,
  2. required double min,
  3. String $__typename = 'QuestionSettingsTextType',
})

Implementation

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$paragraph({
  required this.max,
  required this.min,
  this.$__typename = 'QuestionSettingsTextType',
});