DocumentLocation constructor

DocumentLocation({
  1. S3Object? s3Object,
})

Implementation

DocumentLocation({
  this.s3Object,
});