AttachmentCreateResultDTO constructor

AttachmentCreateResultDTO({
  1. PagedDTOAttachmentDTO? attachments,
  2. CommentDTO? comment,
})

Implementation

AttachmentCreateResultDTO({this.attachments, this.comment});