DataSource constructor

DataSource({
  1. required S3Config s3Config,
})

Implementation

DataSource({
  required this.s3Config,
});