Answer constructor
Answer({
- String? answerText,
- List<
AnswerCitation> ? citations, - List<
AnswerReference> ? references,
Implementation
Answer({this.answerText, this.citations, this.references});