CPDFSoundAnnotation constructor
CPDFSoundAnnotation({})
Implementation
CPDFSoundAnnotation(
{super.title,
super.content,
super.createDate,
required super.page,
super.uuid = '',
required super.rect,
this.soundPath})
: super(type: CPDFAnnotationType.sound);