DataDestination constructor

DataDestination({
  1. required S3Config s3Config,
})

Implementation

DataDestination({
  required this.s3Config,
});