CreateDiscussionDTOInternal constructor

CreateDiscussionDTOInternal({
  1. List<int> subjectIds = const [],
  2. List<int> relationshipIds = const [],
  3. String? subject,
  4. String? description,
  5. int? areaId,
  6. List<FileTransferDTOInternal> attachments = const [],
})

Returns a new CreateDiscussionDTOInternal instance.

Implementation

CreateDiscussionDTOInternal({
  this.subjectIds = const [],
  this.relationshipIds = const [],
  this.subject,
  this.description,
  this.areaId,
  this.attachments = const [],
});