Faq constructor

Faq({
  1. String? title,
  2. String? description,
  3. List<Question>? questions,
  4. bool? showInFaqPage,
})

Implementation

Faq({this.title, this.description, this.questions, this.showInFaqPage});