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