Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users constructor

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users({
  1. String? id,
  2. String? email,
  3. String? lastName,
  4. String? firstName,
  5. Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users$picture? picture,
})

Implementation

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$responses$users({
  this.id,
  this.email,
  this.lastName,
  this.firstName,
  this.picture,
});