GroundingChunk constructor
GroundingChunk({
- GroundingChunk_Web? web,
- GroundingChunk_RetrievedContext? retrievedContext,
- GroundingChunk_Maps? maps,
Implementation
GroundingChunk({this.web, this.retrievedContext, this.maps})
: super(fullyQualifiedName);