Destination constructor

Destination({
  1. S3Destination? s3Destination,
})

Implementation

Destination({
  this.s3Destination,
});