menu
donuz_dart_sdk package
documentation
modules/feedback/models/answer_question.dart
AnswerQuestionModel
AnswerQuestionModel.new constructor
AnswerQuestionModel.new constructor
dark_mode
light_mode
AnswerQuestionModel
constructor
AnswerQuestionModel
(
{
required
String
hash
,
required
List
<
Respostas
>
respostas
,
})
Implementation
AnswerQuestionModel({ required this.hash, required this.respostas, });
donuz_dart_sdk package
documentation
modules/feedback/models/answer_question
AnswerQuestionModel
AnswerQuestionModel.new constructor
AnswerQuestionModel class