Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects constructor

Implementation

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects({
  required this.id,
  this.order,
  this.form,
  this.type,
  this.title,
  this.description,
  this.choices,
  this.settings,
  required this.createdAt,
  required this.updatedAt,
  this.responses,
});