AnnotationData constructor
AnnotationData({})
Implementation
AnnotationData({
required this.fileName,
this.drawingPaths,
this.textAnnotations,
required this.pdfPageWidth,
required this.pdfPageHeight,
});
AnnotationData({
required this.fileName,
this.drawingPaths,
this.textAnnotations,
required this.pdfPageWidth,
required this.pdfPageHeight,
});