PdfUnknownAnnotation constructor
Creates a PdfUnknownAnnotation.
Implementation
const PdfUnknownAnnotation({
required super.pageIndex,
required this.rawSubtype,
super.contents,
super.author,
super.rect,
super.color,
super.modifiedDate,
required super.flags,
super.popup,
});