CPDFAnnotation constructor
CPDFAnnotation({})
Implementation
CPDFAnnotation({
required this.type,
this.title = "",
required this.page,
this.content = "",
required this.uuid,
this.createDate,
required this.rect,
});