menu
studyu_core package
documentation
core.dart
BooleanQuestion
constructAnswer method
constructAnswer method
dark_mode
light_mode
constructAnswer
method
Answer
<
bool
>
constructAnswer
(
bool
response
)
Implementation
Answer<bool> constructAnswer(bool response) => Answer.forQuestion(this, response);
studyu_core package
documentation
core
BooleanQuestion
constructAnswer method
BooleanQuestion class