Summary constructor

Summary({
  1. S3Object? s3Object,
})

Implementation

Summary({
  this.s3Object,
});