AttachmentItem constructor

AttachmentItem({
  1. String? attachmentId,
  2. String? attachmentName,
  3. String? contentType,
  4. ArtifactStatus? status,
})

Implementation

AttachmentItem({
  this.attachmentId,
  this.attachmentName,
  this.contentType,
  this.status,
});