AnnotationDto constructor
AnnotationDto({})
Returns a new AnnotationDto instance.
Implementation
AnnotationDto({
required this.id,
this.author,
this.created,
this.modified,
this.text,
this.location,
});
Returns a new AnnotationDto instance.
AnnotationDto({
required this.id,
this.author,
this.created,
this.modified,
this.text,
this.location,
});