PresignedUploadResponseUpload constructor

PresignedUploadResponseUpload({
  1. String? url,
  2. Object? fields,
  3. String? s3Key,
  4. int? expiresIn,
})

Returns a new PresignedUploadResponseUpload instance.

Implementation

PresignedUploadResponseUpload({
  this.url,
  this.fields,
  this.s3Key,
  this.expiresIn,
});