Source constructor

Source({
  1. S3Location? s3Location,
})

Implementation

Source({
  this.s3Location,
});