onOtherFieldUpdated property

void Function({required String? otherValue, required QuizQuestionModel question}) onOtherFieldUpdated
final

Implementation

final void Function({required QuizQuestionModel question, required String? otherValue}) onOtherFieldUpdated;