PollQuestion constructor

PollQuestion({
  1. String? question,
  2. PollQuestionType? type,
})

Implementation

PollQuestion({
  this.question,
  this.type,
});