menu
survey_kit package
documentation
survey_kit.dart
AnswerFormat
AnswerFormat const constructor
AnswerFormat const constructor
dark_mode
light_mode
AnswerFormat
constructor
const
AnswerFormat
(
{
String
?
answerType
,
String
?
question
,
})
Implementation
const AnswerFormat({this.answerType, this.question});
survey_kit package
documentation
survey_kit
AnswerFormat
AnswerFormat const constructor
AnswerFormat class