CorrectAnswer constructor

CorrectAnswer({
  1. String? value,
})

Implementation

CorrectAnswer({this.value});