Destination constructor

Destination({
  1. S3Destination? s3,
})

Implementation

Destination({
  this.s3,
});