menu
jsontoview package
documentation
faq_view/FAQModel.dart
QuestionAnswer
QuestionAnswer constructor
QuestionAnswer constructor
dark_mode
light_mode
QuestionAnswer
constructor
QuestionAnswer
(
{
String
?
question
,
String
?
answer
,
})
Implementation
QuestionAnswer({this.question, this.answer});
jsontoview package
documentation
faq_view/FAQModel
QuestionAnswer
QuestionAnswer constructor
QuestionAnswer class