Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses constructor

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses({
  1. int? count,
  2. int? total,
  3. String? answer,
  4. String? percentage,
  5. List<Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users>? users,
  6. String $__typename = 'QuestionResponsesStatsType',
})

Implementation

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses({
  this.count,
  this.total,
  this.answer,
  this.percentage,
  this.users,
  this.$__typename = 'QuestionResponsesStatsType',
});