S3Destination constructor

S3Destination({
  1. String? bucket,
  2. String? prefix,
})

Implementation

S3Destination({
  this.bucket,
  this.prefix,
});