AnnotationLink constructor

AnnotationLink(
  1. String destination,
  2. {PdfIndirect? replaces}
)

Implementation

AnnotationLink(this.destination, {this.replaces});