AnnotationUrl constructor
AnnotationUrl(
- String destination, {
- DateTime? date,
- String? subject,
- String? author,
- PdfIndirect? replaces,
Implementation
AnnotationUrl(
this.destination, {
this.date,
this.subject,
this.author,
this.replaces,
});