equizz
result
Result
setCorrectAnswer method
setCorrectAnswer
setCorrectAnswer
method
Null safety
void
setCorrectAnswer
(
String
correctAnswer
)
Implementation
void setCorrectAnswer(String correctAnswer) { this.correctAnswer = correctAnswer; }
equizz
result
Result
setCorrectAnswer method
Result class
Constructors
Result
Properties
category
correctAnswer
difficulty
hashCode
incorrectAnswers
question
runtimeType
type
Methods
getCategory
getCorrectAnswer
getDifficulty
getIncorrectAnswers
getQuestion
getType
noSuchMethod
setCategory
setCorrectAnswer
setDifficulty
setIncorrectAnswers
setQuestion
setType
toString
Operators
operator ==