menu
ai_app package
documentation
models/question_model.dart
QuestionModel
QuestionModel.new constructor
QuestionModel.new constructor
dark_mode
light_mode
QuestionModel
constructor
QuestionModel
(
{
int
id
=
0
,
String
question
=
""
,
String
audioUrl
=
""
,
})
Implementation
QuestionModel({ this.id = 0, this.question = "", this.audioUrl = "", });
ai_app package
documentation
models/question_model
QuestionModel
QuestionModel.new constructor
QuestionModel class