CommentedClassificationDto constructor
CommentedClassificationDto({
- SamTextDto? title,
- SamTextDto? url,
Returns a new CommentedClassificationDto instance.
Implementation
CommentedClassificationDto({
this.title,
this.url,
});