AnswerCitation constructor

AnswerCitation({
  1. int? endIndex,
  2. List<CitationSource>? sources,
  3. int? startIndex,
})

Implementation

AnswerCitation({this.endIndex, this.sources, this.startIndex});