TemporaryAttachment constructor

TemporaryAttachment({
  1. String? temporaryAttachmentId,
  2. String? fileName,
})

Implementation

TemporaryAttachment({this.temporaryAttachmentId, this.fileName});