QnaModel constructor

const QnaModel(
  1. String question,
  2. String simAnswer,
  3. String fullAnswer
)

Implementation

const QnaModel(this.question, this.simAnswer, this.fullAnswer);