SoundAnnotation constructor
SoundAnnotation({})
Implementation
SoundAnnotation({
super.id,
required super.bbox,
super.createdAt,
super.creatorName,
required this.soundUrl,
this.icon,
required super.pageIndex,
super.opacity,
super.pdfObjectId,
super.flags,
super.updatedAt,
super.name,
super.subject,
super.hidden,
super.customData,
}) : super(type: AnnotationType.sound);