ChoiceQuestionStruct.newStruct constructor

ChoiceQuestionStruct.newStruct()

Implementation

factory ChoiceQuestionStruct.newStruct() {
  return ChoiceQuestionStruct(title: "", option: []);
}