FileLocation constructor

FileLocation({
  1. S3Location? s3Location,
  2. Stream? stream,
})

Implementation

FileLocation({
  this.s3Location,
  this.stream,
});