AttachmentCreateResultDTO constructor
AttachmentCreateResultDTO({
- PagedDTOAttachmentDTO? attachments,
- CommentDTO? comment,
Implementation
AttachmentCreateResultDTO({this.attachments, this.comment});