BusinessReportS3Location constructor

BusinessReportS3Location({
  1. String? bucketName,
  2. String? path,
})

Implementation

BusinessReportS3Location({
  this.bucketName,
  this.path,
});