DescribeAttachmentResponse constructor

DescribeAttachmentResponse({
  1. Attachment? attachment,
})

Implementation

DescribeAttachmentResponse({
  this.attachment,
});