GroundingChunk_Maps constructor

GroundingChunk_Maps({
  1. String? uri,
  2. String? title,
  3. String? text,
  4. String? placeId,
  5. GroundingChunk_Maps_PlaceAnswerSources? placeAnswerSources,
})

Implementation

GroundingChunk_Maps({
  this.uri,
  this.title,
  this.text,
  this.placeId,
  this.placeAnswerSources,
}) : super(fullyQualifiedName);