Annotation constructor

Annotation({
  1. String? afterSelectedText,
  2. String? beforeSelectedText,
  3. AnnotationClientVersionRanges? clientVersionRanges,
  4. String? created,
  5. AnnotationCurrentVersionRanges? currentVersionRanges,
  6. String? data,
  7. bool? deleted,
  8. String? highlightStyle,
  9. String? id,
  10. String? kind,
  11. String? layerId,
  12. AnnotationLayerSummary? layerSummary,
  13. List<String>? pageIds,
  14. String? selectedText,
  15. String? selfLink,
  16. String? updated,
  17. 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,
});