equizz
result
Result
setQuestion method
setQuestion
setQuestion
method
Null safety
void
setQuestion
(
String
question
)
Implementation
void setQuestion(String question) { this.question = question; }
equizz
result
Result
setQuestion 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 ==