MobileAddCommentDTO constructor

MobileAddCommentDTO({
  1. List<FileTransferDTO> attachments = const [],
  2. String? message,
  3. bool? setIgnoreMemberCountWarning,
})

Returns a new MobileAddCommentDTO instance.

Implementation

MobileAddCommentDTO({
  this.attachments = const [],
  this.message,
  this.setIgnoreMemberCountWarning,
});