AttachmentItem constructor
AttachmentItem({
- String? attachmentId,
- String? attachmentName,
- String? contentType,
- ArtifactStatus? status,
Implementation
AttachmentItem({
this.attachmentId,
this.attachmentName,
this.contentType,
this.status,
});