menu
quiz_package package
documentation
application/QuizEngine/dataModels/quiz_question_model.dart
QuizQuestionModel
setOtherValue method
setOtherValue method
dark_mode
light_mode
setOtherValue
method
void
setOtherValue
(
String
?
newValue
)
Implementation
void setOtherValue(String? newValue) { _otherValue = newValue; }
quiz_package package
documentation
application/QuizEngine/dataModels/quiz_question_model
QuizQuestionModel
setOtherValue method
QuizQuestionModel class