GroundingChunk_Maps constructor
GroundingChunk_Maps({
- String? uri,
- String? title,
- String? text,
- String? placeId,
- GroundingChunk_Maps_PlaceAnswerSources? placeAnswerSources,
Implementation
GroundingChunk_Maps({
this.uri,
this.title,
this.text,
this.placeId,
this.placeAnswerSources,
}) : super(fullyQualifiedName);