AttributionSourceId_SemanticRetrieverChunk constructor

AttributionSourceId_SemanticRetrieverChunk({
  1. String source = '',
  2. String chunk = '',
})

Implementation

AttributionSourceId_SemanticRetrieverChunk({
  this.source = '',
  this.chunk = '',
}) : super(fullyQualifiedName);