AnnotationUrl constructor

AnnotationUrl(
  1. String destination, {
  2. DateTime? date,
  3. String? subject,
  4. String? author,
  5. PdfIndirect? replaces,
})

Implementation

AnnotationUrl(
  this.destination, {
  this.date,
  this.subject,
  this.author,
  this.replaces,
});