S3Location constructor

S3Location({
  1. String? bucket,
  2. BundleType? bundleType,
  3. String? eTag,
  4. String? key,
  5. String? version,
})

Implementation

S3Location({
  this.bucket,
  this.bundleType,
  this.eTag,
  this.key,
  this.version,
});