ExportDestination constructor

ExportDestination({
  1. S3Destination? s3,
})

Implementation

ExportDestination({
  this.s3,
});