MobileEditCommentDTO constructor
MobileEditCommentDTO({
- List<
FileTransferDTO> newAttachments = const [], - List<
String> attachmentsToDelete = const [], - String? message,
Returns a new MobileEditCommentDTO instance.
Implementation
MobileEditCommentDTO({
this.newAttachments = const [],
this.attachmentsToDelete = const [],
this.message,
});