MobileAddCommentDTO constructor
MobileAddCommentDTO({
- List<
FileTransferDTO> attachments = const [], - String? message,
- bool? setIgnoreMemberCountWarning,
Returns a new MobileAddCommentDTO instance.
Implementation
MobileAddCommentDTO({
this.attachments = const [],
this.message,
this.setIgnoreMemberCountWarning,
});