Volumeannotation constructor

Volumeannotation({
  1. String? annotationDataId,
  2. String? annotationDataLink,
  3. String? annotationType,
  4. VolumeannotationContentRanges? contentRanges,
  5. String? data,
  6. bool? deleted,
  7. String? id,
  8. String? kind,
  9. String? layerId,
  10. List<String>? pageIds,
  11. String? selectedText,
  12. String? selfLink,
  13. String? updated,
  14. String? volumeId,
})

Implementation

Volumeannotation({
  this.annotationDataId,
  this.annotationDataLink,
  this.annotationType,
  this.contentRanges,
  this.data,
  this.deleted,
  this.id,
  this.kind,
  this.layerId,
  this.pageIds,
  this.selectedText,
  this.selfLink,
  this.updated,
  this.volumeId,
});