Answer constructor

Answer({
  1. String? answerText,
  2. List<AnswerCitation>? citations,
  3. List<AnswerReference>? references,
})

Implementation

Answer({this.answerText, this.citations, this.references});