S3Location constructor

S3Location({
  1. String? s3Bucket,
  2. String? s3Key,
})

Implementation

S3Location({
  this.s3Bucket,
  this.s3Key,
});