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