InstanceUploadLinkResponse constructor

InstanceUploadLinkResponse({
  1. String? url,
  2. String? publicUrl,
})

Implementation

InstanceUploadLinkResponse({
  this.url,
  this.publicUrl,
});