GenerativeSummary constructor

GenerativeSummary({
  1. LocalizedText? overview,
  2. String? overviewFlagContentUri,
  3. LocalizedText? description,
  4. String? descriptionFlagContentUri,
  5. References? references,
})

Implementation

GenerativeSummary({
  this.overview,
  this.overviewFlagContentUri,
  this.description,
  this.descriptionFlagContentUri,
  this.references,
});