Annotation constructor
Annotation({
- String? afterSelectedText,
- String? beforeSelectedText,
- AnnotationClientVersionRanges? clientVersionRanges,
- String? created,
- AnnotationCurrentVersionRanges? currentVersionRanges,
- String? data,
- bool? deleted,
- String? highlightStyle,
- String? id,
- String? kind,
- String? layerId,
- AnnotationLayerSummary? layerSummary,
- List<
String> ? pageIds, - String? selectedText,
- String? selfLink,
- String? updated,
- String? volumeId,
Implementation
Annotation({
this.afterSelectedText,
this.beforeSelectedText,
this.clientVersionRanges,
this.created,
this.currentVersionRanges,
this.data,
this.deleted,
this.highlightStyle,
this.id,
this.kind,
this.layerId,
this.layerSummary,
this.pageIds,
this.selectedText,
this.selfLink,
this.updated,
this.volumeId,
});