AttachmentDetails constructor

AttachmentDetails({
  1. String? attachmentId,
  2. String? fileName,
})

Implementation

AttachmentDetails({
  this.attachmentId,
  this.fileName,
});