CitationsCitedChunk constructor

CitationsCitedChunk({
  1. bool? requiresAttribution,
  2. String? text,
  3. String? title,
  4. String? uri,
})

Implementation

CitationsCitedChunk({
  this.requiresAttribution,
  this.text,
  this.title,
  this.uri,
});