Faq constructor

Faq({
  1. String? question,
  2. String? response,
})

Implementation

Faq({this.question, this.response});