CitationAnnotation constructor
CitationAnnotation({
- String? title,
- Uri? url,
- String? fileId,
- String? toolName,
- String? snippet,
- List<
AnnotatedRegion> ? annotatedRegions, - Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new CitationAnnotation.
Implementation
CitationAnnotation({
this.title,
this.url,
this.fileId,
this.toolName,
this.snippet,
super.annotatedRegions,
super.rawRepresentation,
super.additionalProperties,
});