OutputLocation constructor

OutputLocation({
  1. String? s3Bucket,
  2. String? s3Prefix,
})

Implementation

OutputLocation({
  this.s3Bucket,
  this.s3Prefix,
});