ChoiceQuestion constructor

ChoiceQuestion({
  1. List<Option>? options,
  2. bool? shuffle,
  3. String? type,
})

Implementation

ChoiceQuestion({
  this.options,
  this.shuffle,
  this.type,
});