CommentedClassificationDto constructor

CommentedClassificationDto({
  1. SamTextDto? title,
  2. SamTextDto? url,
})

Returns a new CommentedClassificationDto instance.

Implementation

CommentedClassificationDto({
  this.title,
  this.url,
});