OutputDataConfig constructor

OutputDataConfig({
  1. required String s3Uri,
})

Implementation

OutputDataConfig({
  required this.s3Uri,
});