S3Logs constructor

S3Logs({
  1. String? s3BucketName,
  2. String? s3KeyPrefix,
})

Implementation

S3Logs({
  this.s3BucketName,
  this.s3KeyPrefix,
});