Annotation constructor
Annotation({})
Implementation
Annotation({
this.id,
required this.type,
required this.bbox,
required this.pageIndex,
this.creatorName,
this.createdAt,
this.opacity = 1.0,
this.pdfObjectId,
this.flags,
this.updatedAt,
this.name,
this.subject,
this.hidden = false,
this.v = 2,
this.customData,
});