GenerativeSummary constructor
GenerativeSummary({
- LocalizedText? overview,
- String? overviewFlagContentUri,
- LocalizedText? description,
- String? descriptionFlagContentUri,
- References? references,
Implementation
GenerativeSummary({
this.overview,
this.overviewFlagContentUri,
this.description,
this.descriptionFlagContentUri,
this.references,
});