GetAttachmentResponse constructor

GetAttachmentResponse({
  1. String? url,
  2. String? urlExpiry,
})

Implementation

GetAttachmentResponse({
  this.url,
  this.urlExpiry,
});